mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
import csharp
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import utils.test.InlineMadTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(Callable c) { result = captureFlow(c) }
|
|
|
|
string getKind() { result = "summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|