MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / SaveToStream

Method SaveToStream

src/Ext/Cell/Body.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void CellExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
28{
29 Extension<CellClass>::SaveToStream(Stm);
30 this->Serialize(Stm);
31}
32
33void CellExt::ExtData::InvalidatePointer(void* ptr, bool removed)
34{ }

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected