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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ private int getMaxChars() { result = 1000000 }
151
151
*/
152
152
stringgetBodyTokensFeature(Functionfunction){
153
153
// Performance optimization: If a function has more than 256 body subtokens, then featurize it as
154
-
// absent. This approximates the behavior of the classifer on non-generic body features where
154
+
// absent. This approximates the behavior of the classifier on non-generic body features where
155
155
// large body features are replaced by the absent token.
156
156
//
157
157
// We count nodes instead of tokens because tokens are often not unique.
0 commit comments