MCPcopy 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

1import { mkdir, writeFile } from 'node:fs/promises';
2import { join } from 'node:path';
3
4import { describe, it, expect, afterEach } from 'vitest';

Callers

nothing calls this directly

Calls 9

buildSessionFixtureFunction · 0.90
listBackgroundTasksFunction · 0.90
taskOutputSizeBytesFunction · 0.90
readTaskOutputFunction · 0.90
isSafeTaskIdFunction · 0.90
writeTaskFunction · 0.85
cleanupFunction · 0.50
mkdirFunction · 0.50
writeFileFunction · 0.50

Tested by

no test coverage detected