mirror of
https://github.com/github/codeql.git
synced 2026-02-24 10:53:49 +01:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
/**
|
|
* @name GetAnnotationValue
|
|
*/
|
|
import default
|
|
|
|
from Annotatable a, string key
|
|
where a.fromSource()
|
|
select a, key, a.getAnAnnotation().getValue(key)
|