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

Function readGoalQueue

apps/kimi-code/src/tui/goal-queue-store.ts:40–43  ·  view source on GitHub ↗
(session: GoalQueueSession)

Source from the content-addressed store, hash-verified

38const queueMutationLocks = new Map<string, Promise<void>>();
39
40export async function readGoalQueue(session: GoalQueueSession): Promise<GoalQueueSnapshot> {
41 const state = await readQueueFile(session);
42 return toSnapshot(state);
43}
44
45export async function appendGoalQueueItem(
46 session: GoalQueueSession,

Callers 5

promoteNextQueuedGoalMethod · 0.90
showGoalQueueManagerFunction · 0.90
showGoalQueueEditDialogFunction · 0.90

Calls 2

toSnapshotFunction · 0.85
readQueueFileFunction · 0.70

Tested by

no test coverage detected