Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
RuntimeFlags.test.ts
File · 0.65
Context.test.ts
File · 0.65
diffLaws
Function · 0.65
LayerMap.ts
File · 0.65
Differ.ts
File · 0.65
core-effect.ts
File · 0.65
environment
Function · 0.65
chunk
Function · 0.65
hashMap
Function · 0.65
hashSet
Function · 0.65
differ.ts
File · 0.65
readonlyArray
Function · 0.65
Calls
no outgoing calls
Tested by
1
diffLaws
Function · 0.52