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

Method LoadFromStream

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

Source from the content-addressed store, hash-verified

25}
26
27void SidebarExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
28{
29 Extension<SidebarClass>::LoadFromStream(Stm);
30 this->Serialize(Stm);
31}
32
33void SidebarExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
34{

Callers 1

GET_STACKFunction · 0.45

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected