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

Method has_valid_id

document/graph-storage/src/crdt.rs:88–90  ·  view source on GitHub ↗

Whether `id` matches the recomputed content hash. `Delta` deserializes without checking this (the hash is not cheap over a large history); callers verify explicitly when they don't trust the source via [`Session::verify_history`].

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

recomputed_idMethod · 0.80

Tested by

no test coverage detected