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

Method writeString

src/App/PropertyStandard.cpp:3516–3521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3514}
3515
3516void PropertyMaterialList::writeString(Base::OutputStream& str, const std::string& value) const
3517{
3518 uint32_t uCt = (uint32_t)value.size();
3519 str << uCt;
3520 str.write(value.c_str(), uCt);
3521}
3522
3523void PropertyMaterialList::RestoreDocFile(Base::Reader& reader)
3524{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
writeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected