Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pop
Method · 0.95
replace
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected