mirror of
https://github.com/github/codeql.git
synced 2026-07-08 04:55:32 +02: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)
|