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

Function explore

__tests__/explore-diagnostics.test.ts:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 });
135
136 const explore = async (): Promise<string> => {
137 const result = await handler.execute('codegraph_explore', { query: QUERY });
138 return result.content?.[0]?.text ?? '';
139 };
140
141 it('produces byte-identical output whether the diagnostic is on or off', async () => {
142 clearDebugEnv();

Callers 1

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected