mirror of
https://github.com/github/codeql.git
synced 2026-03-18 13:36:47 +01:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
/**
|
|
* @name GetAnnotationValue
|
|
*/
|
|
|
|
import default
|
|
|
|
from Annotatable a, string key
|
|
where a.fromSource()
|
|
select a, key, a.getAnAnnotation().getValue(key)
|