MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / resError

Function resError

packages/worker-utils/src/res.ts:17–19  ·  view source on GitHub ↗
(error: string)

Source from the content-addressed store, hash-verified

15}
16
17export function resError(error: string): ErrorResponse {
18 return { success: false, error };
19}

Callers 15

gastown.worker.tsFile · 0.90
auth.middleware.tsFile · 0.90
handleRefreshGitTokenFunction · 0.90
handleListBeadsFunction · 0.90
handleGetBeadFunction · 0.90
handleUpdateBeadStatusFunction · 0.90
handleCloseBeadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected