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

Method diff

repos/effect/packages/effect/src/Differ.ts:29–29  ·  view source on GitHub ↗
(oldValue: T, newValue: T)

Source from the content-addressed store, hash-verified

27export interface Differ<in out T, in out Patch> {
28 readonly empty: Patch
29 diff(oldValue: T, newValue: T): Patch
30 combine(first: Patch, second: Patch): Patch
31 patch(oldValue: T, patch: Patch): T
32}

Callers 2

roundtripFunction · 0.80

Calls

no outgoing calls

Tested by 1

roundtripFunction · 0.64