Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadFromStream
Method
LoadFromStream
src/New/Type/AttachEffectTypeClass.cpp:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
void AttachEffectTypeClass::LoadFromStream(PhobosStreamReader& Stm)
217
{
218
this->Serialize(Stm);
219
AddToGroupsMap();
220
}
221
222
void AttachEffectTypeClass::SaveToStream(PhobosStreamWriter& Stm)
223
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected