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

Method SaveToStream

src/Ext/Sidebar/Body.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void SidebarExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
34{
35 Extension<SidebarClass>::SaveToStream(Stm);
36 this->Serialize(Stm);
37}
38
39
40// =============================

Callers 1

Body.cppFile · 0.45

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected