Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ decode
Function
decode
core/llm/tiktokenWorkerPool.mjs:10–12 ·
view source on GitHub ↗
(tokens)
Source
from the content-addressed store, hash-verified
8
}
9
10
function
decode(tokens) {
11
return
tiktokenEncoding.decode(tokens);
12
}
13
14
workerpool.worker({
15
decode,
Callers
2
testCase
Method · 0.70
testCase
Method · 0.70
Calls
1
decode
Method · 0.65
Tested by
no test coverage detected