mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Adapt all languages to changes in shared library
This commit is contained in:
@@ -117,7 +117,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() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user