mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
import rust
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import utils.test.InlineMadTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(Function f) { result = ContentSensitive::captureFlow(f, _) }
|
|
|
|
string getKind() { result = "summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|