Skip to content

Commit

Permalink
Merge branch 'js/graph-export' of github.com:asgerf/codeql into js/gr…
Browse files Browse the repository at this point in the history
…aph-export
  • Loading branch information
asgerf committed Apr 16, 2024
2 parents be64daf + ee5cb6f commit c0db40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/mad/codeql/mad/dynamic/GraphExport.qll
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module GraphExport<
}

/**
* Holds if a named type exists or will be generated for `node`.
* Holds if a synthetic name must be generated for `node`.
*/
private predicate isSyntheticallyNamedNode(RelevantNode node, string prefix) {
nodeMustBeNamed(node) and
Expand Down

0 comments on commit c0db40d

Please sign in to comment.