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

Method rend

src/python/handler/py_utils.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 auto rend() const -> decltype(raw.words.rend())
132 {
133 return raw.words.rend();
134 }
135};
136
137size_t CorpusObject::findUid(const std::string& uid) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected