Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ Save
Method
Save
src/App/MergeDocuments.cpp:134–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void MergeDocuments::Save(Base::Writer& w) const
135
{
136
// Save view provider stuff
137
if (guiup) {
138
w.addFile(
"GuiDocument.xml"
, this);
139
}
140
}
141
142
void MergeDocuments::Restore(Base::XMLReader& r)
143
{
Callers
nothing calls this directly
Calls
1
addFile
Method · 0.45
Tested by
no test coverage detected