| 1 | /* oxlint-disable executor/no-effect-escape-hatch -- boundary: HttpApi handler adapter maps plugin extension failures into InternalError */ |
| 2 | import { Context, Effect } from "effect"; |
| 3 | import { HttpApiBuilder } from "effect/unstable/httpapi"; |
| 4 |
nothing calls this directly
no test coverage detected