Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ Serializer
Method
Serializer
src/serializer.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
{
21
22
Serializer::Serializer()
23
{
24
stream = StreamType(0);
25
}
26
27
Serializer::Serializer(const std::string &fileName)
28
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected