Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ size
Method
size
core/llm/llamaTokenizer.js:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
this._comparator = comparator;
33
}
34
size() {
35
return
this._heap.length;
36
}
37
isEmpty() {
38
return
this.size() == 0;
39
}
Callers
5
isEmpty
Method · 0.95
push
Method · 0.95
pop
Method · 0.95
_siftUp
Method · 0.95
_siftDown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected