Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
export
function
resError(error: string): ErrorResponse {
18
return
{ success: false, error };
19
}
Callers
15
gastown.worker.ts
File · 0.90
town-ownership.middleware.ts
File · 0.90
auth.middleware.ts
File · 0.90
kilo-auth.middleware.ts
File · 0.90
town-auth.middleware.ts
File · 0.90
mayor-auth.middleware.ts
File · 0.90
org-auth.middleware.ts
File · 0.90
handleRefreshGitToken
Function · 0.90
handleListBeads
Function · 0.90
handleGetBead
Function · 0.90
handleUpdateBeadStatus
Function · 0.90
handleCloseBead
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected