Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ errorResult
Method
errorResult
src/mcp/tools.ts:4704–4709 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
4702
}
4703
4704
private errorResult(message: string): ToolResult {
4705
return
{
4706
content: [{
type
:
'text'
, text: `Error: ${message}` }],
4707
isError: true,
4708
};
4709
}
4710
}
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