MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / ids.rs

File ids.rs

document/graph-storage/src/ids.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::RegistryDelta;
2use serde::{Deserialize, Serialize};
3
4/// Stable, document-scoped identity for a node. Minted as a truncated `blake3(peer, counter)` so it

Callers

nothing calls this directly

Calls 2

NetworkIdClass · 0.85
PeerIdClass · 0.85

Tested by

no test coverage detected