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

Function forkMemoMap

packages/effect/src/Layer.ts:564–564  ·  view source on GitHub ↗
(parent: MemoMap)

Source from the content-addressed store, hash-verified

562 * @since 4.0.0
563 */
564export const forkMemoMap = (parent: MemoMap): Effect<MemoMap> => internalEffect.sync(() => forkMemoMapUnsafe(parent))
565
566/**
567 * Context service for the current `MemoMap` used in layer construction.

Callers

nothing calls this directly

Calls 2

forkMemoMapUnsafeFunction · 0.85
syncMethod · 0.45

Tested by

no test coverage detected