mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #20452 from paldepind/rust/mad-source-parameter
Rust, shared: Support `Parameter` in source MaD models
This commit is contained in:
@@ -150,7 +150,9 @@ private module FlowSummaryStepInput implements Private::StepsInputSig {
|
||||
)
|
||||
}
|
||||
|
||||
DataFlow::Node getSourceNode(SourceBase source, Private::SummaryComponent sc) { none() }
|
||||
DataFlowCallable getSourceNodeEnclosingCallable(SourceBase source) { none() }
|
||||
|
||||
DataFlow::Node getSourceNode(SourceBase source, Private::SummaryComponentStack s) { none() }
|
||||
|
||||
DataFlow::Node getSinkNode(SinkBase sink, Private::SummaryComponent sc) { none() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user