MCPcopy
hub / github.com/colbymchenry/codegraph / terminate

Method terminate

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

Source from the content-addressed store, hash-verified

58 setTimeout(() => this.reply(m.id!, action.result), 0);
59 }
60 terminate(): Promise<number> { this.alive = false; this.onTerminate?.(); return Promise.resolve(0); }
61}
62
63const task = (filePath: string, content = 'code'): ParseTask => ({ filePath, content, language: 'typescript' as Language });

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected