MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / dispose

Function dispose

apps/host-selfhost/src/integrations-mcp.test.ts:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53let handler!: (request: Request) => Promise<Response>;
54let dispose: () => Promise<void> = async () => {};
55
56beforeAll(async () => {
57 const { makeSelfHostApiHandler } = await import("./app");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected