mirror of
https://github.com/github/codeql.git
synced 2026-05-30 11:01:24 +02:00
enable new features for experimentation
This commit is contained in:
@@ -202,7 +202,14 @@ string getASupportedFeatureName() {
|
||||
f instanceof CalleeApiName or
|
||||
f instanceof CalleeAccessPath or
|
||||
f instanceof CalleeAccessPathWithStructuralInfo or
|
||||
f instanceof EnclosingFunctionBody
|
||||
f instanceof EnclosingFunctionBody or
|
||||
f instanceof ContextFunctionInterfacesInFile or
|
||||
f instanceof ContextSurroundingFunctionParametersInFile or
|
||||
f instanceof FileImports or
|
||||
f instanceof CalleeImports or
|
||||
f instanceof Callee_AccessPath or
|
||||
f instanceof Input_AccessPathFromCallee or
|
||||
f instanceof Input_ArgumentIndex
|
||||
).getName()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user