MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / compose

Method compose

src/controller.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73ComposeResult RcxDocument::compose(uint64_t viewRootId) const {
74 return rcx::compose(tree, *provider, viewRootId);
75}
76
77bool RcxDocument::save(const QString& path) {
78 QJsonObject json = tree.toJson();

Calls 1

composeFunction · 0.85