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

Method textResult

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

Source from the content-addressed store, hash-verified

4696 }
4697
4698 private textResult(text: string): ToolResult {
4699 return {
4700 content: [{ type: 'text', text }],
4701 };
4702 }
4703
4704 private errorResult(message: string): ToolResult {
4705 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