You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/FunctionBodyFeatures.qll
+19-14Lines changed: 19 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,7 @@ pragma[inline]
38
38
ASTNodegetAnASTNodeToFeaturize(Functionf){
39
39
result.getParent*()=fand
40
40
// Don't featurize the function name as part of the function body tokens
41
-
notresult=f.getIdentifier()and
42
-
// Don't include nodes with names that are too long (to avoid catastrophic error due to tokenized strings getting too long)
0 commit comments