mirror of
https://github.com/github/codeql.git
synced 2026-07-25 21:22:05 +02: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)
|
|
|