MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / schema_hlc

Method schema_hlc

nodedb-array/src/sync/schema_crdt.rs:76–78  ·  view source on GitHub ↗

Return the current schema HLC.

(&self)

Source from the content-addressed store, hash-verified

74
75 /// Return the current schema HLC.
76 pub fn schema_hlc(&self) -> Hlc {
77 self.schema_hlc
78 }
79
80 /// Return the replica ID of this doc.
81 pub fn replica_id(&self) -> ReplicaId {

Calls

no outgoing calls