MCPcopy
hub / github.com/continuedev/continue / cleanupAsyncEncoders

Function cleanupAsyncEncoders

core/llm/countTokens.ts:553–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551}
552
553async function cleanupAsyncEncoders(): Promise<void> {
554 try {
555 await llamaAsyncEncoder.close();
556 } catch (e) {}
557}
558
559export {
560 cleanupAsyncEncoders,

Callers 3

code.test.tsFile · 0.90
chunk.test.tsFile · 0.85

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected