mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
import rust
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import SummaryModels
|
|
import utils.test.InlineMadTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(Function f) { result = ContentSensitive::captureFlow(f, _, _, _, _) }
|
|
|
|
string getKind() { result = "summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|