Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ persistence.test.ts
File
persistence.test.ts
apps/kimi-code/test/utils/persistence.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtempSync, readFileSync, rmSync, writeFileSync } from
'node:fs'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ join } from
'node:path'
;
4
Callers
nothing calls this directly
Calls
4
readJsonFile
Function · 0.90
writeJsonFile
Function · 0.90
readJsonlFile
Function · 0.90
appendJsonlLine
Function · 0.90
Tested by
no test coverage detected