Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ describeError
Function
describeError
apps/kimi-code/src/tui/goal-queue-store.ts:267–269 ·
view source on GitHub ↗
(error: unknown)
Source
from the content-addressed store, hash-verified
265
}
266
267
function
describeError(error: unknown): string {
268
return
error instanceof Error ? error.message : String(error);
269
}
Callers
1
readQueueFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected