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

Function makeUnsafe

packages/effect/src/Context.ts:580–581  ·  view source on GitHub ↗
(mapUnsafe: ReadonlyMap<string, any>)

Source from the content-addressed store, hash-verified

578 * @since 4.0.0
579 */
580export const makeUnsafe = <Services = never>(mapUnsafe: ReadonlyMap<string, any>): Context<Services> =>
581 makeImpl(undefined, mapUnsafe, undefined, 0)
582
583const Proto: Omit<
584 ContextImpl<never>,

Callers 4

withFlatFunction · 0.70
Context.tsFile · 0.70
makeFunction · 0.70
mergeAllFunction · 0.70

Calls 1

makeImplFunction · 0.70

Tested by

no test coverage detected