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

Method SaveDocFile

src/App/StringHasher.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void StringHasher::SaveDocFile(Base::Writer& writer) const
491{
492 std::size_t count = _hashes->SaveAll ? this->size() : this->count();
493 writer.Stream() << "StringTableStart v1 " << count << '\n';
494 saveStream(writer.Stream());
495}
496
497void StringHasher::saveStream(std::ostream& stream) const
498{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
countMethod · 0.95

Tested by

no test coverage detected