mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
import javascript
|
|
private import AngularJS
|
|
|
|
from InjectableFunction f, CustomServiceReference s, CustomServiceDefinition custom
|
|
where s = f.getAResolvedDependency(_) and s = custom.getServiceReference()
|
|
select f, custom.getName()
|