Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
26
export
function
setRenderCacheEnabled(value: boolean): void {
27
enabled = value;
28
}
Callers
1
render-memo.bench.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected