Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
ComposeResult RcxDocument::compose(uint64_t viewRootId) const {
74
return rcx::compose(tree, *provider, viewRootId);
75
}
76
77
bool RcxDocument::save(const QString& path) {
78
QJsonObject json = tree.toJson();
Callers
7
refresh
Method · 0.80
testDocument_compose_viewRootId
Method · 0.80
testAliasesPreservedThroughSaveReloadCompose
Method · 0.80
testPaddingEditRestrictions
Method · 0.80
testStructHeaderRejectsValueEdit
Method · 0.80
testPaddingValueEditIsBlocked
Method · 0.80
testInlineEditRoundTrip
Method · 0.80
Calls
1
compose
Function · 0.85
Tested by
6
testDocument_compose_viewRootId
Method · 0.64
testAliasesPreservedThroughSaveReloadCompose
Method · 0.64
testPaddingEditRestrictions
Method · 0.64
testStructHeaderRejectsValueEdit
Method · 0.64
testPaddingValueEditIsBlocked
Method · 0.64
testInlineEditRoundTrip
Method · 0.64