MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / SaveDocFile

Method SaveDocFile

src/App/PropertyPythonObject.cpp:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void PropertyPythonObject::SaveDocFile(Base::Writer& writer) const
536{
537 std::string buffer = this->toString();
538 for (char it : buffer) {
539 writer.Stream().put(it);
540 }
541}
542
543void PropertyPythonObject::RestoreDocFile(Base::Reader& reader)
544{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected