mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
import javascript
|
|
|
|
from AngularJS::ScopeServiceReference s, MethodCallExpr mce
|
|
where mce = s.getAMethodCall(_)
|
|
select mce
|