| 3 | import { HttpApiMiddleware } from "effect/unstable/httpapi" |
| 4 | |
| 5 | class LocationMiddleware extends HttpApiMiddleware.Service<LocationMiddleware>()( |
| 6 | "@opencode-ai/client/LocationMiddleware", |
| 7 | ) {} |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected