mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
import csharp
|
|
|
|
deprecated query predicate labels(NamedElement ne, string label) {
|
|
ne.getLabel() = label and ne.fromSource()
|
|
}
|