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

Function empty

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

Source from the content-addressed store, hash-verified

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