Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
size_t VocabObject::len() const
80
{
81
if (size == -1) return vocabs->size();
82
return size;
83
}
84
85
std::string_view VocabObject::getitem(size_t key) const
86
{
Callers
3
CoherenceObject
Method · 0.45
iternext
Method · 0.45
insertCorpus
Method · 0.45
Calls
3
getNumDocs
Method · 0.80
isIndependent
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected