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

Function dispose

apps/host-selfhost/src/platform-credential.test.ts:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30let handler!: (request: Request) => Promise<Response>;
31let dispose: () => Promise<void> = async () => {};
32
33beforeAll(async () => {
34 const { makeSelfHostTestApp, headerIdentityLayer } = await import("./testing/test-app");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected