Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadFromStream
Method
LoadFromStream
src/Ext/TEvent/Body.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void TEventExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
25
{
26
Extension<TEventClass>::LoadFromStream(Stm);
27
this->Serialize(Stm);
28
}
29
30
void TEventExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
31
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected