We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
synth
Raw.qll
1 parent 00fb796 commit b09386aCopy full SHA for b09386a
misc/codegen/templates/ql_db.mustache
@@ -15,6 +15,7 @@ module Raw {
15
{{#final}}override string toString() { result = "{{name}}" }{{/final}}
16
17
{{#properties}}
18
+ {{^synth}}
19
/**
20
* {{>ql_property_doc}} *
21
{{#has_description}}
@@ -26,6 +27,7 @@ module Raw {
26
27
{{type}} {{getter}}({{#is_indexed}}int index{{/is_indexed}}) {
28
{{tablename}}({{#tableparams}}{{^first}}, {{/first}}{{param}}{{/tableparams}})
29
}
30
+ {{/synth}}
31
{{/properties}}
32
33
0 commit comments