MCPcopy 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
11export class LlamaAsyncEncoder implements AsyncEncoder {

Callers 15

fetch.e2e.test.tsFile · 0.65
startFunction · 0.65
__deserialize_fileMethod · 0.65
cleanupAsyncEncodersFunction · 0.65
startFunction · 0.65
startFunction · 0.65
startFunction · 0.65
startFunction · 0.65
startFunction · 0.65
startFunction · 0.65
startFunction · 0.65

Implementers 3

LlamaAsyncEncodercore/llm/asyncEncoder.ts
GPTAsyncEncodercore/llm/asyncEncoder.ts
NonWorkerAsyncEncodercore/llm/countTokens.ts

Calls

no outgoing calls

Tested by 1

stopMethod · 0.52