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

Method LoadFromStream

src/New/Type/DigitalDisplayTypeClass.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void DigitalDisplayTypeClass::LoadFromStream(PhobosStreamReader& Stm)
222{
223 this->Serialize(Stm);
224}
225
226void DigitalDisplayTypeClass::SaveToStream(PhobosStreamWriter& Stm)
227{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected