mirror of
https://github.com/github/codeql.git
synced 2026-03-02 13:53:42 +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)
|