mirror of
https://github.com/github/codeql.git
synced 2026-02-27 04:13:51 +01: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()
|
|
}
|