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

Function empty

packages/effect/src/internal/differ/readonlyArrayPatch.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 * @internal
36 */
37export const empty = <Value, Patch>(): Differ.Differ.ReadonlyArray.Patch<Value, Patch> => _empty
38
39interface AndThen<Value, Patch> extends Differ.Differ.ReadonlyArray.Patch<Value, Patch> {
40 readonly _tag: "AndThen"

Callers 1

diffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…