mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
import cpp
|
|
|
|
from LambdaCapture lc, string mode
|
|
where if lc.isImplicit() then mode = "implicit" else mode = "explicit"
|
|
select lc, mode
|