Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ replace
Method
replace
core/llm/llamaTokenizer.js:60–65 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
58
return
poppedValue;
59
}
60
replace(value) {
61
const
replacedValue = this.peek();
62
this._heap[0] = value;
63
this._siftDown();
64
return
replacedValue;
65
}
66
_parent(i) {
67
return
((i + 1) >>> 1) - 1;
68
}
Callers
15
fetch
Function · 0.45
ssl-certificate.test.ts
File · 0.45
_getAzureBaseURL
Method · 0.45
completionStream
Method · 0.45
getSessionToken
Method · 0.45
chatCompletionNonStream
Method · 0.45
chatCompletionStream
Method · 0.45
setupAuthentication
Method · 0.45
parseMarkdownRule
Function · 0.45
agentFiles.test.ts
File · 0.45
sanitizeRuleName
Function · 0.45
renderSecrets
Function · 0.45
Calls
2
peek
Method · 0.95
_siftDown
Method · 0.95
Tested by
2
expectDiff
Function · 0.36
stripThinkTags
Function · 0.36