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

Function commit

packages/effect/src/internal/core.ts:1996–1998  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1994 [FiberRefTypeId]: fiberRefVariance,
1995 initial,
1996 commit() {
1997 return fiberRefGet(this)
1998 },
1999 diff: (oldValue: Value, newValue: Value) => options.differ.diff(oldValue, newValue),
2000 combine: (first: Patch, second: Patch) => options.differ.combine(first, second),
2001 patch: (patch: Patch) => (oldValue: Value) => options.differ.patch(patch, oldValue),

Callers

nothing calls this directly

Calls 2

fiberRefGetFunction · 0.85
deferredAwaitFunction · 0.85

Tested by

no test coverage detected