Rename {Source,Sink}Node to {Source,Sink}Element

This commit is contained in:
Tom Hvitved
2025-01-08 15:11:45 +01:00
parent 1b31c90d26
commit 868caf948c
7 changed files with 68 additions and 64 deletions

View File

@@ -130,11 +130,11 @@ private module TypesInput implements Impl::Private::TypesInputSig {
exists(rk)
}
DataFlowType getSourceNodeType(Input::SourceBase source, Impl::Private::SummaryComponent sc) {
DataFlowType getSourceType(Input::SourceBase source, Impl::Private::SummaryComponent sc) {
none()
}
DataFlowType getSinkNodeType(Input::SinkBase sink, Impl::Private::SummaryComponent sc) { none() }
DataFlowType getSinkType(Input::SinkBase sink, Impl::Private::SummaryComponent sc) { none() }
}
private module StepsInput implements Impl::Private::StepsInputSig {