mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Shared/Java/C#/Rust/C++: Rename 'captureHeuristicFlow' to 'captureFlow'.
This commit is contained in:
@@ -4,7 +4,7 @@ import SummaryModels
|
||||
import InlineModelsAsDataTest
|
||||
|
||||
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
||||
string getCapturedModel(MadRelevantFunction c) { result = Heuristic::captureHeuristicFlow(c, _) }
|
||||
string getCapturedModel(MadRelevantFunction c) { result = Heuristic::captureFlow(c, _) }
|
||||
|
||||
string getKind() { result = "heuristic-summary" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user