MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / setRenderCacheEnabled

Function setRenderCacheEnabled

apps/kimi-code/src/tui/utils/render-cache.ts:26–28  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

24 * production code should not call this.
25 */
26export function setRenderCacheEnabled(value: boolean): void {
27 enabled = value;
28}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected