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

Method setRegistry

QtNodeEditor/src/FlowScene.cpp:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285void
286FlowScene::
287setRegistry(std::shared_ptr<DataModelRegistry> registry)
288{
289 _registry = std::move(registry);
290}
291
292
293void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected