Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ makeMisc
Method
makeMisc
src/TopicModel/TopicModel.hpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
virtual ~DocumentBase() {}
102
103
virtual RawDoc::MiscType makeMisc(const ITopicModel*) const
104
{
105
return {};
106
}
107
108
virtual operator RawDoc() const
109
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected