MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / value_equal

Method value_equal

document/graph-storage/src/registry.rs:25–54  ·  view source on GitHub ↗

True if both registries agree on every value-bearing field, ignoring per-slot and per-attribute timestamps. Mirrors `compute_deltas`'s value-only semantics, so unchanged state at a stamped slot doesn't count as drift. `peer_users` is excluded: it isn't diffed by `compute_deltas` (the mapping is injected on the commit path via `RegisterPeer`, never by a fresh `from_runtime` conversion), so a commit

(&self, other: &Self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

resources_value_equalFunction · 0.85
attributes_value_equalFunction · 0.85
getMethod · 0.65
lenMethod · 0.45

Tested by

no test coverage detected