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

Function dispose

apps/host-selfhost/src/multi-user.test.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16let handler!: (request: Request) => Promise<Response>;
17let dispose: () => Promise<void> = async () => {};
18
19beforeAll(async () => {
20 const { makeSelfHostApiHandler } = await import("./app");

Callers 1

multi-user.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected