MCPcopy Create free account
hub / github.com/effect-app/libs / increment

Function increment

repos/effect/packages/effect/src/MutableRef.ts:510–510  ·  view source on GitHub ↗
(self: MutableRef<number>)

Source from the content-addressed store, hash-verified

508 *
509 * oldList // => [1, 2, 3]
510 * MutableRef.get(list) // => [1, 2, 3, 4]
511 * ```
512 *
513 * @category mutations

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…