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

Method schema_hlc

nodedb/src/control/array_sync/apply.rs:46–48  ·  view source on GitHub ↗

Return the current schema HLC for `array`, or `None` if the array is not known to this replica.

(&self, array: &str)

Source from the content-addressed store, hash-verified

44 /// Return the current schema HLC for `array`, or `None` if the array is
45 /// not known to this replica.
46 pub fn schema_hlc(&self, array: &str) -> Option<Hlc> {
47 self.schemas.schema_hlc(array)
48 }
49
50 /// Return `true` if an op with `hlc` has already been applied to `array`.
51 ///

Callers 3

apply_opMethod · 0.45
serveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected