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

Function dispose

apps/host-selfhost/src/boot.test.ts:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11let handler!: (request: Request) => Promise<Response>;
12let dispose: () => Promise<void> = async () => {};
13
14beforeAll(async () => {
15 const { makeSelfHostTestApp, singleAdminIdentityLayer } = await import("./testing/test-app");

Callers 6

boot.test.tsFile · 0.70
mcp-oauth.test.tsFile · 0.50
mcp.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected