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

Class PeerId

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

Source from the content-addressed store, hash-verified

62#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Serialize, Deserialize)]
63#[serde(transparent)]
64pub struct PeerId(pub u64);
65
66/// Per-human identity. Stable across devices (one user, many devices). Used for identity display
67/// and undo-chain walking. Derived from `PeerId` via `Registry.peer_users`.

Calls

no outgoing calls