MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / goal-queue-store.test.ts

File goal-queue-store.test.ts

apps/kimi-code/test/tui/goal-queue-store.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 12

readGoalQueueFunction · 0.90
appendGoalQueueItemFunction · 0.90
updateGoalQueueItemFunction · 0.90
removeGoalQueueItemFunction · 0.90
restoreGoalQueueItemFunction · 0.90
moveGoalQueueItemFunction · 0.90
mkdtempFunction · 0.85
sessionFunction · 0.70
readQueueFileFunction · 0.70
mkdirFunction · 0.50
writeFileFunction · 0.50
readFileFunction · 0.50

Tested by

no test coverage detected