MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / iterateOverNodes

Method iterateOverNodes

QtNodeEditor/src/FlowScene.cpp:293–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293void
294FlowScene::
295iterateOverNodes(std::function<void(Node*)> const & visitor)
296{
297 for (const auto& _node : _nodes)
298 {
299 visitor(_node.second.get());
300 }
301}
302
303
304void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected