MCPcopy
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
10function decode(tokens) {
11 return tiktokenEncoding.decode(tokens);
12}
13
14workerpool.worker({
15 decode,

Callers 2

testCaseMethod · 0.70
testCaseMethod · 0.70

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected