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

Method LoadFromStream

src/Ext/Cell/Body.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void CellExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
22{
23 Extension<CellClass>::LoadFromStream(Stm);
24 this->Serialize(Stm);
25}
26
27void CellExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
28{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected