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