Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ errorResult
Function
errorResult
src/mcp/query-worker.ts:101–103 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
99
}
100
101
function
errorResult(text: string): ToolResult {
102
return
{ isError: true, content: [{
type
:
'text'
, text }] };
103
}
Callers
1
serve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected