mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Codegen: define and propagate synth property flag
This commit is contained in:
@@ -34,6 +34,7 @@ class Property:
|
||||
pragmas: List[str] = field(default_factory=list)
|
||||
doc: Optional[str] = None
|
||||
description: List[str] = field(default_factory=list)
|
||||
synth: bool = False
|
||||
|
||||
@property
|
||||
def is_single(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user