MCPcopy Index your code
hub / github.com/Effect-TS/effect / unsafeMakeMemoMap

Function unsafeMakeMemoMap

packages/effect/src/internal/layer.ts:335–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333
334/** @internal */
335export const unsafeMakeMemoMap = (): Layer.MemoMap => new MemoMapImpl(circular.unsafeMakeSynchronized(new Map()))
336
337/** @internal */
338export const build = <RIn, E, ROut>(

Callers 1

layer.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected