mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
import java
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import utils.test.InlineMadTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(Callable c) { result = ContentSensitive::captureFlow(c, _) }
|
|
|
|
string getKind() { result = "contentbased-summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|