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

Method commit

packages/effect/src/internal/stm/core.ts:176–178  ·  view source on GitHub ↗
(this: STM.STM<any, any, any>)

Source from the content-addressed store, hash-verified

174 return new SingleShotGen(new YieldWrap(this)) as any
175 }
176 commit(this: STM.STM<any, any, any>): Effect.Effect<any, any, any> {
177 return unsafeAtomically(this, constVoid, constVoid)
178 }
179 pipe() {
180 return pipeArguments(this, arguments)
181 }

Callers 6

readLockFunction · 0.45
tReentrantLock.tsFile · 0.45
writeLockFunction · 0.45
commitJournalFunction · 0.45
tSemaphore.tsFile · 0.45
stm.tsFile · 0.45

Calls 1

unsafeAtomicallyFunction · 0.85

Tested by

no test coverage detected