Adapt all languages to changes in shared library

This commit is contained in:
Simon Friis Vindum
2025-09-17 14:05:39 +02:00
parent 265e8b3623
commit 7d6e2060e5
8 changed files with 26 additions and 10 deletions

View File

@@ -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() }
}