MCPcopy Create free account
hub / github.com/bab2min/tomotopy / getDoc

Method getDoc

src/TopicModel/TopicModel.hpp:887–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885 }
886
887 const DocumentBase* getDoc(size_t docId) const override
888 {
889 return &_getDoc(docId);
890 }
891
892 size_t getDocIdByUid(const std::string& docUid) const override
893 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected