MCPcopy Create free account
hub / github.com/effect-app/libs / AllowAnonymous

Class AllowAnonymous

packages/infra/test/fixtures.ts:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}) {}
59
60export class AllowAnonymous extends RpcX.RpcMiddleware.Tag<AllowAnonymous, { requires: SomeElse }>()("AllowAnonymous", {
61 dynamic: RequestContextMap.get("allowAnonymous")
62}) {}
63
64export const AllowAnonymousLive = Layer.effect(
65 AllowAnonymous,

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…