mirror of
https://github.com/github/codeql.git
synced 2026-05-06 14:15:17 +02:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
import csharp
|
|
|
|
query predicate fptrCall(FunctionPointerCall fptrc, Callable c, CallContext::CallContext cc) {
|
|
c = fptrc.getARuntimeTarget(cc)
|
|
}
|