MCPcopy Index your code
hub / github.com/continuedev/continue / decode

Method decode

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

Source from the content-addressed store, hash-verified

45 }
46
47 async decode(tokens: number[]): Promise<string> {
48 return this.encoding.decode(tokens);
49 }
50}
51
52let gptEncoding: Encoding | null = null;

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected