Files
codeql/javascript/ql/test/library-tests/frameworks/NodeJSLib/isCreateServer.ql
2018-08-02 17:53:23 +01:00

6 lines
79 B
Plaintext

import javascript
from CallExpr e
where NodeJSLib::isCreateServer(e)
select e