mirror of
https://github.com/github/codeql.git
synced 2026-03-25 17:06:46 +01:00
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
import javascript
|
|
|
|
query predicate test_Function_getDocumentation(Function f, JSDoc res) { res = f.getDocumentation() }
|