Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ hasNode
Method
hasNode
pj_datastore/src/derived_engine.cpp:730–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
728
}
729
730
bool DerivedEngine::hasNode(PJ::NodeId id) const noexcept {
731
return impl_->nodes.contains(id);
732
}
733
734
std::vector<PJ::TopicId> DerivedEngine::outputTopics(PJ::NodeId id) const {
735
auto it = impl_->nodes.find(id);
Callers
1
TEST
Function · 0.80
Calls
1
contains
Method · 0.45
Tested by
1
TEST
Function · 0.64