Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
285
void
286
FlowScene::
287
setRegistry(std::shared_ptr<DataModelRegistry> registry)
288
{
289
_registry = std::move(registry);
290
}
291
292
293
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected