MCPcopy Create free account
hub / github.com/Effect-TS/effect / mapUnsafe

Function mapUnsafe

packages/effect/src/Context.ts:591–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

589 _Services: (_: never) => _
590 },
591 get mapUnsafe() {
592 return flatten(this as any as ContextImpl<any>)
593 },
594 toJSON(this: Context<never>) {
595 return {
596 _id: "Context",

Callers

nothing calls this directly

Calls 1

flattenFunction · 0.70

Tested by

no test coverage detected