Update shared/mad/codeql/mad/dynamic/GraphExport.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Asger F
2024-04-16 20:09:26 +02:00
committed by GitHub
parent 3949ae4123
commit 844b29b637

View File

@@ -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 |