mirror of
https://github.com/github/codeql.git
synced 2026-07-27 14:01:57 +02: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 |