Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ serializerWrite
Method
serializerWrite
src/TopicModel/HDP.h:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void serializerWrite(std::ostream& writer) const
31
{
32
serializer::writeMany(writer, topic);
33
}
34
35
void serializerRead(std::istream& reader)
36
{
Callers
nothing calls this directly
Calls
1
writeMany
Function · 0.85
Tested by
no test coverage detected