mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
import cpp
|
|
|
|
from Class c
|
|
select c,
|
|
count(VirtualFunction f | f.getDeclaringType() = c),
|
|
count(PureVirtualFunction f | f.getDeclaringType() = c)
|
|
|