Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
function
emptyQueueFile(): GoalQueueFile {
198
return
{ version: GOAL_QUEUE_VERSION, goals: [] };
199
}
200
201
function
toSnapshot(file: GoalQueueFile): GoalQueueSnapshot {
202
return
{ goals: file.goals };
Callers
1
readQueueFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected