mirror of
https://github.com/github/codeql.git
synced 2026-07-05 11:35:30 +02:00
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
import cpp
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import SummaryModels
|
|
import InlineModelsAsDataTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(MadRelevantFunction c) { result = ContentSensitive::captureFlow(c, _) }
|
|
|
|
string getKind() { result = "contentbased-summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|