Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
let
handler!: (request: Request) => Promise<Response>;
17
let
dispose: () => Promise<void> =
async
() => {};
18
19
beforeAll(
async
() => {
20
const
{ makeSelfHostApiHandler } =
await
import
(
"./app"
);
Callers
1
multi-user.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected