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

Method Load

src/New/Type/Affiliated/DroppodTypeClass.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool DroppodTypeClass::Load(PhobosStreamReader& stm, bool registerForChange)
54{
55 return this->Serialize(stm);
56}
57
58bool DroppodTypeClass::Save(PhobosStreamWriter& stm) const
59{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected