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

Method decode

core/llm/countTokens.ts:33–35  ·  view source on GitHub ↗
(tokens: number[])

Source from the content-addressed store, hash-verified

31 }
32
33 decode(tokens: number[]): string {
34 return llamaTokenizer.decode(tokens);
35 }
36}
37
38class NonWorkerAsyncEncoder implements AsyncEncoder {

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected