mirror of
https://github.com/github/codeql.git
synced 2026-01-28 05:42:58 +01:00
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
import csharp
|
|
|
|
from LocalFunction fn, string modifier
|
|
where fn.hasModifier(modifier)
|
|
select fn, modifier |