MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / textResult

Method textResult

src/mcp/tools.ts:4935–4939  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

4933 }
4934
4935 private textResult(text: string): ToolResult {
4936 return {
4937 content: [{ type: 'text', text }],
4938 };
4939 }
4940
4941 private errorResult(message: string): ToolResult {
4942 return {

Callers 11

executeMethod · 0.95
executeReadToolMethod · 0.95
handleSearchMethod · 0.95
handleCallersMethod · 0.95
handleCalleesMethod · 0.95
handleImpactMethod · 0.95
handleExploreMethod · 0.95
handleNodeMethod · 0.95
handleFileViewMethod · 0.95
handleStatusMethod · 0.95
handleFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected