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

Method LoadFromStream

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected