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

Method len

src/python/handler/py_utils.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79size_t VocabObject::len() const
80{
81 if (size == -1) return vocabs->size();
82 return size;
83}
84
85std::string_view VocabObject::getitem(size_t key) const
86{

Callers 3

CoherenceObjectMethod · 0.45
iternextMethod · 0.45
insertCorpusMethod · 0.45

Calls 3

getNumDocsMethod · 0.80
isIndependentMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected