Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/OverlayType/Body.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void OverlayTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
51
{
52
Extension<OverlayTypeClass>::SaveToStream(Stm);
53
this->Serialize(Stm);
54
}
55
56
bool OverlayTypeExt::LoadGlobals(PhobosStreamReader& Stm)
57
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected