Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ errorMessage
Function
errorMessage
apps/kimi-code/src/cli/sub/provider.ts:541–543 ·
view source on GitHub ↗
(error: unknown)
Source
from the content-addressed store, hash-verified
539
}
540
541
function
errorMessage(error: unknown): string {
542
return
error instanceof Error ? error.message : String(error);
543
}
Callers
3
handleProviderAdd
Function · 0.70
loadCatalogOrExit
Function · 0.70
runAction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected