MCPcopy 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
15QJsonObject
16NodeDataModel::
17save() const
18{
19 QJsonObject modelJson;
20
21 modelJson["name"] = name();
22
23 return modelJson;
24}
25
26
27NodeStyle const&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected