MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / terminate

Method terminate

__tests__/query-pool.test.ts:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 setTimeout(() => this.reply(m.id, action.result), 0);
55 }
56 terminate(): Promise<number> { this.alive = false; return Promise.resolve(0); }
57}
58
59const ok = (text: string): ToolResult => ({ content: [{ type: 'text', text }] });

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected