Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844b29b commit ee5cb6fCopy full SHA for ee5cb6f
1 file changed
shared/mad/codeql/mad/dynamic/GraphExport.qll
@@ -154,7 +154,7 @@ module GraphExport<
154
}
155
156
/**
157
- * Holds if a named type exists or will be generated for `node`.
+ * Holds if a synthetic name must be generated for `node`.
158
*/
159
private predicate isSyntheticallyNamedNode(RelevantNode node, string prefix) {
160
nodeMustBeNamed(node) and
0 commit comments