Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/WarheadType/Body.cpp:487–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
485
}
486
487
void WarheadTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
488
{
489
Extension<WarheadTypeClass>::SaveToStream(Stm);
490
this->Serialize(Stm);
491
}
492
493
bool WarheadTypeExt::LoadGlobals(PhobosStreamReader& Stm)
494
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected