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