Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ errorResult
Method
errorResult
src/mcp/tools.ts:4555–4560 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
4553
}
4554
4555
private errorResult(message: string): ToolResult {
4556
return
{
4557
content: [{
type
:
'text'
, text: `Error: ${message}` }],
4558
isError: true,
4559
};
4560
}
4561
}
Callers
5
validateString
Method · 0.95
validateOptionalPath
Method · 0.95
execute
Method · 0.95
executeReadTool
Method · 0.95
dispatchTool
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected