Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
8
build_schema_snapshot
Function · 0.45
cluster_array_raft_snapshot_install
Function · 0.45
cluster_array_raft_schema_sync
Function · 0.45
replace_schema_bumps_hlc
Function · 0.45
export_then_import_converges
Function · 0.45
import_observes_remote_hlc
Function · 0.45
import_snapshot_rejects_wrong_version
Function · 0.45
import_snapshot_replicated_rejects_wrong_version
Function · 0.45
Calls
no outgoing calls
Tested by
7
cluster_array_raft_snapshot_install
Function · 0.36
cluster_array_raft_schema_sync
Function · 0.36
replace_schema_bumps_hlc
Function · 0.36
export_then_import_converges
Function · 0.36
import_observes_remote_hlc
Function · 0.36
import_snapshot_rejects_wrong_version
Function · 0.36
import_snapshot_replicated_rejects_wrong_version
Function · 0.36