mirror of
https://github.com/github/codeql.git
synced 2025-12-25 05:06:34 +01:00
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
import java
|
|
import utils.modelgenerator.internal.CaptureModels
|
|
import TestUtilities.InlineMadTest
|
|
|
|
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
|
string getCapturedModel(Callable c) { result = captureFlow(c) }
|
|
|
|
string getKind() { result = "summary" }
|
|
}
|
|
|
|
import InlineMadTest<InlineMadTestConfig>
|