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