MCPcopy
hub / github.com/continuedev/continue / asyncEncoder.test.ts

File asyncEncoder.test.ts

core/llm/asyncEncoder.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { GPTAsyncEncoder, LlamaAsyncEncoder } from "./asyncEncoder";
2
3describe("llama encoder", () => {
4 var tokenizer: LlamaAsyncEncoder;

Callers

nothing calls this directly

Calls 3

closeMethod · 0.65
encodeMethod · 0.65
decodeMethod · 0.65

Tested by

no test coverage detected