MCPcopy
hub / github.com/Effect-TS/effect / diff

Method diff

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

Source from the content-addressed store, hash-verified

56 }
57 readonly empty: Patch
58 diff(oldValue: Value, newValue: Value): Patch
59 combine(first: Patch, second: Patch): Patch
60 patch(patch: Patch, oldValue: Value): Value
61}

Callers 15

Context.test.tsFile · 0.65
diffLawsFunction · 0.65
LayerMap.tsFile · 0.65
Differ.tsFile · 0.65
core-effect.tsFile · 0.65
environmentFunction · 0.65
chunkFunction · 0.65
hashMapFunction · 0.65
hashSetFunction · 0.65
differ.tsFile · 0.65
readonlyArrayFunction · 0.65

Calls

no outgoing calls

Tested by 1

diffLawsFunction · 0.52