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

Function empty

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

Source from the content-addressed store, hash-verified

35
36/** @internal */
37export const empty = <Value>(): Differ.HashSet.Patch<Value> => _empty
38
39interface AndThen<Value> extends Differ.HashSet.Patch<Value> {
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…