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