Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
553
async
function
cleanupAsyncEncoders(): Promise<void> {
554
try {
555
await
llamaAsyncEncoder.close();
556
} catch (e) {}
557
}
558
559
export
{
560
cleanupAsyncEncoders,
Callers
3
code.test.ts
File · 0.90
countTokens.test.ts
File · 0.85
chunk.test.ts
File · 0.85
Calls
1
close
Method · 0.65
Tested by
no test coverage detected