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

Function commitJournal

packages/effect/src/internal/stm/journal.ts:33–37  ·  view source on GitHub ↗
(journal: Journal)

Source from the content-addressed store, hash-verified

31
32/** @internal */
33export const commitJournal = (journal: Journal) => {
34 for (const entry of journal) {
35 Entry.commit(entry[1])
36 }
37}
38
39/**
40 * Analyzes the journal, determining whether it is valid and whether it is

Callers

nothing calls this directly

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected