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

Method exploreResult

src/mcp/tools.ts:5987–5991  ·  view source on GitHub ↗

* An explore response plus the record of what it emitted (CG-17). The record * rides the result only as far as execute, which files it into the * calling session's state and deletes it — see EXPLORE_EMISSION_KEY.

(text: string, emission: ExploreEmission)

Source from the content-addressed store, hash-verified

5985 * calling session's state and deletes it — see {@link EXPLORE_EMISSION_KEY}.
5986 */
5987 private exploreResult(text: string, emission: ExploreEmission): ToolResult {
5988 const result = this.textResult(text);
5989 result[EXPLORE_EMISSION_KEY] = emission;
5990 return result;
5991 }
5992
5993 /**
5994 * Handle codegraph_node

Callers 1

handleExploreMethod · 0.95

Calls 1

textResultMethod · 0.95

Tested by

no test coverage detected