Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadFromStream
Method
LoadFromStream
src/New/Type/ShieldTypeClass.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void ShieldTypeClass::LoadFromStream(PhobosStreamReader& Stm)
150
{
151
this->Serialize(Stm);
152
}
153
154
void ShieldTypeClass::SaveToStream(PhobosStreamWriter& Stm)
155
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected