MCPcopy 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
730bool DerivedEngine::hasNode(PJ::NodeId id) const noexcept {
731 return impl_->nodes.contains(id);
732}
733
734std::vector<PJ::TopicId> DerivedEngine::outputTopics(PJ::NodeId id) const {
735 auto it = impl_->nodes.find(id);

Callers 1

TESTFunction · 0.80

Calls 1

containsMethod · 0.45

Tested by 1

TESTFunction · 0.64