Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ task-store.test.ts
File
task-store.test.ts
apps/vis/server/test/lib/task-store.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, writeFile } from
'node:fs/promises'
;
2
import
{ join } from
'node:path'
;
3
4
import
{ describe, it, expect, afterEach } from
'vitest'
;
Callers
nothing calls this directly
Calls
9
buildSessionFixture
Function · 0.90
listBackgroundTasks
Function · 0.90
taskOutputSizeBytes
Function · 0.90
readTaskOutput
Function · 0.90
isSafeTaskId
Function · 0.90
writeTask
Function · 0.85
cleanup
Function · 0.50
mkdir
Function · 0.50
writeFile
Function · 0.50
Tested by
no test coverage detected