mirror of
https://github.com/github/codeql.git
synced 2026-03-22 07:26:45 +01:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
import javascript
|
|
|
|
from YieldExpr yield, string s
|
|
where if yield.isDelegating() then s = "delegating" else s = "not delegating"
|
|
select yield, s
|