mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
import javascript
|
|
|
|
from PropertyPattern pp, string name
|
|
where (if exists(pp.getName()) then name = pp.getName() else name = "<unknown>")
|
|
select pp, name
|