MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / readQueueFile

Function readQueueFile

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

Source from the content-addressed store, hash-verified

35}
36
37async function readQueueFile() {
38 return JSON.parse(await readFile(join(dir, QUEUE_FILE), 'utf-8')) as unknown;
39}
40
41describe('goal queue store', () => {
42 it('reads an empty queue when the file is missing', async () => {

Callers 1

Calls 1

readFileFunction · 0.50

Tested by

no test coverage detected