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

Method Load

src/New/Type/Affiliated/TypeConvertGroup.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37bool TypeConvertGroup::Load(PhobosStreamReader& stm, bool registerForChange)
38{
39 return this->Serialize(stm);
40}
41
42bool TypeConvertGroup::Save(PhobosStreamWriter& stm) const
43{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected