| 58 | }) {} |
| 59 | |
| 60 | export class AllowAnonymous extends RpcX.RpcMiddleware.Tag<AllowAnonymous, { requires: SomeElse }>()("AllowAnonymous", { |
| 61 | dynamic: RequestContextMap.get("allowAnonymous") |
| 62 | }) {} |
| 63 | |
| 64 | export const AllowAnonymousLive = Layer.effect( |
| 65 | AllowAnonymous, |
nothing calls this directly
no test coverage detected
searching dependent graphs…