MCPcopy 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

isEmptyMethod · 0.95
pushMethod · 0.95
popMethod · 0.95
_siftUpMethod · 0.95
_siftDownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected