Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ save
Method
save
QtNodeEditor/src/NodeDataModel.cpp:15–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
QJsonObject
16
NodeDataModel::
17
save() const
18
{
19
QJsonObject modelJson;
20
21
modelJson[
"name"
] = name();
22
23
return modelJson;
24
}
25
26
27
NodeStyle const&
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected