Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ dispose
Function
dispose
apps/host-selfhost/src/sources-mcp.test.ts:54–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
let
handler!: (request: Request) => Promise<Response>;
54
let
dispose: () => Promise<void> =
async
() => {};
55
56
beforeAll(
async
() => {
57
const
{ makeSelfHostApiHandler } =
await
import
(
"./app"
);
Callers
1
sources-mcp.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected