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

Method LoadFromStream

src/Ext/RadSite/Body.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void RadSiteExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
184{
185 Extension<RadSiteClass>::LoadFromStream(Stm);
186 this->Serialize(Stm);
187}
188
189void RadSiteExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
190{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected