mirror of
https://github.com/github/codeql.git
synced 2026-02-15 22:43:43 +01:00
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
import javascript
|
|
|
|
from YieldExpr yield, string s
|
|
where if yield.isDelegating() then s = "delegating" else s = "not delegating"
|
|
select yield, s |