CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Member predicate CommandCall::getNonCommandConstantString

Gets the constant-string parts that are not part of the command itself. E.g. for a command execution exec("/bin/cat foo bar") this predicate will have result "foo bar".

string getNonCommandConstantString()