codeql/javascript-all
2.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if this function has a body.
A TypeScript function has no body if it is ambient, abstract, or an overload signature.
A JavaScript function always has a body.
predicate hasBody()