mirror of
https://github.com/github/codeql.git
synced 2026-04-04 06:38:22 +02:00
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
import cpp
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import SummaryModels
|
|
import InlineModelsAsDataTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(MadRelevantFunction c) { result = Heuristic::captureFlow(c, _) }
|
|
|
|
string getKind() { result = "heuristic-summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|