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.
1 parent 4d05b6a commit 53b63beCopy full SHA for 53b63be
actions/ql/lib/codeql/actions/controlflow/internal/Cfg.qll
@@ -134,6 +134,10 @@ private module Implementation implements CfgShared::InputSig<Location> {
134
SuccessorType getAMatchingSuccessorType(Completion c) { result = c.getAMatchingSuccessorType() }
135
136
predicate isAbnormalExitType(SuccessorType t) { none() }
137
+
138
+ int idOfAstNode(AstNode node) { none() }
139
140
+ int idOfCfgScope(CfgScope scope) { none() }
141
}
142
143
module CfgImpl = CfgShared::Make<Location, Implementation>;
0 commit comments