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

Class

packages/core/api/src/server/request-scoped.test.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { RequestBackgroundTasks, requestScopedMiddleware } from "./request-scoped";
6
7class Resource extends Context.Service<Resource, { readonly id: number; closed: boolean }>()(
8 "test/RequestResource",
9) {}
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected