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

Function dispose

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

Source from the content-addressed store, hash-verified

15// `owner: "user"` rows).
16let handler!: (request: Request) => Promise<Response>;
17let dispose: () => Promise<void> = async () => {};
18
19beforeAll(async () => {
20 const { makeSelfHostTestApp, headerIdentityLayer } = await import("./testing/test-app");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected