Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ close
Method
close
core/llm/asyncEncoder.ts:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
encode(text: string): Promise<number[]>;
7
decode(tokens: number[]): Promise<string>;
8
close(): Promise<void>;
9
}
10
11
export
class
LlamaAsyncEncoder implements AsyncEncoder {
Callers
15
fetch.e2e.test.ts
File · 0.65
start
Function · 0.65
__deserialize_file
Method · 0.65
cleanupAsyncEncoders
Function · 0.65
asyncEncoder.test.ts
File · 0.65
start
Function · 0.65
start
Function · 0.65
start
Function · 0.65
start
Function · 0.65
start
Function · 0.65
start
Function · 0.65
start
Function · 0.65
Implementers
3
LlamaAsyncEncoder
core/llm/asyncEncoder.ts
GPTAsyncEncoder
core/llm/asyncEncoder.ts
NonWorkerAsyncEncoder
core/llm/countTokens.ts
Calls
no outgoing calls
Tested by
1
stop
Method · 0.52