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

Function commit

packages/effect/src/internal/stm/core.ts:188–189  ·  view source on GitHub ↗
(self: STM.STM<A, E, R>)

Source from the content-addressed store, hash-verified

186
187/** @internal */
188export const commit = <A, E, R>(self: STM.STM<A, E, R>): Effect.Effect<A, E, R> =>
189 unsafeAtomically(self, constVoid, constVoid)
190
191/** @internal */
192export const unsafeAtomically = <A, E, R>(

Callers

nothing calls this directly

Calls 1

unsafeAtomicallyFunction · 0.85

Tested by

no test coverage detected