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

@@ -105,7 +105,9 @@ private module StepsInput implements Impl::Private::StepsInputSig {
])
}
Node getSourceNode(Input::SourceBase source, Impl::Private::SummaryComponent sc) { none() }
DataFlowCallable getSourceNodeEnclosingCallable(Input::SourceBase source) { none() }
Node getSourceNode(Input::SourceBase source, Impl::Private::SummaryComponentStack s) { none() }
Node getSinkNode(Input::SinkBase sink, Impl::Private::SummaryComponent sc) { none() }
}