(request: Request)
| 209 | // ─── HTTP Interface (Testing/Debug) ──────────────────────── |
| 210 | |
| 211 | override async fetch(request: Request): Promise<Response> { |
| 212 | return createHttpApp(this).fetch(request); |
| 213 | } |
| 214 | |
| 215 | // ─── Private ─────────────────────────────────────────────── |
| 216 |
nothing calls this directly
no test coverage detected