MCPcopy Create free account
hub / github.com/anus-dev/ANUS / resetEncodingCache

Function resetEncodingCache

packages/core/src/utils/systemEncoding.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 * Reset the encoding cache - useful for testing
18 */
19export function resetEncodingCache(): void {
20 cachedSystemEncoding = undefined;
21}
22
23/**
24 * Returns the system encoding, caching the result to avoid repeated system calls.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected