Skip to content

Commit

Permalink
Update shared/mad/codeql/mad/dynamic/GraphExport.qll
Browse files Browse the repository at this point in the history
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
  • Loading branch information
asgerf and RasmusWL authored Apr 16, 2024
1 parent 3949ae4 commit 844b29b
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 @@ -163,7 +163,7 @@ module GraphExport<
}

/**
* Gets a synthetic type name to generate for `node`.
* Gets a synthetic type name to generate for `node`, if it doesn't have a pretty name.
*/
private string getSyntheticName(RelevantNode node) {
exists(int k, string prefixTypeName |
Expand Down

0 comments on commit 844b29b

Please sign in to comment.