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

Function emptyQueueFile

apps/kimi-code/src/tui/goal-queue-store.ts:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197function emptyQueueFile(): GoalQueueFile {
198 return { version: GOAL_QUEUE_VERSION, goals: [] };
199}
200
201function toSnapshot(file: GoalQueueFile): GoalQueueSnapshot {
202 return { goals: file.goals };

Callers 1

readQueueFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected