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

Method LoadFromStream

src/Ext/Side/Body.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void SideExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
76{
77 Extension<SideClass>::LoadFromStream(Stm);
78 this->Serialize(Stm);
79}
80
81void SideExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
82{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected