Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ cache.test.ts
File
cache.test.ts
apps/kimi-code/test/cli/update/cache.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdirSync, mkdtempSync, rmSync, writeFileSync } from
'node:fs'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ join } from
'node:path'
;
4
Callers
nothing calls this directly
Calls
8
readUpdateCache
Function · 0.90
emptyUpdateCache
Function · 0.90
getUpdateStateFile
Function · 0.90
writeUpdateCache
Function · 0.90
readUpdateInstallState
Function · 0.90
getUpdateInstallStateFile
Function · 0.90
writeUpdateInstallState
Function · 0.90
emptyUpdateInstallState
Function · 0.85
Tested by
no test coverage detected