MCPcopy
hub / github.com/continuedev/continue / peek

Method peek

core/llm/llamaTokenizer.js:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 return this.size() == 0;
39 }
40 peek() {
41 return this._heap[0];
42 }
43 push(...values) {
44 values.forEach((value) => {
45 this._heap.push(value);

Callers 2

popMethod · 0.95
replaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected