Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
let
gptEncoding: Encoding | null = null;
Callers
nothing calls this directly
Calls
1
decode
Method · 0.65
Tested by
no test coverage detected