mirror of
https://github.com/github/codeql.git
synced 2026-07-17 17:28:14 +02:00
7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
import cpp
|
|
|
|
from Class c
|
|
where c.getName() != "__va_list_tag"
|
|
select c, c.getMetrics().getNestingLevel()
|
|
|