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

Method shared

nodedb/src/control/array_sync/inbound.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112 }
113
114 pub(super) fn shared(&self) -> &Arc<SharedState> {
115 &self.shared
116 }
117
118 pub(super) fn tenant_id(&self) -> TenantId {
119 self.tenant_id

Callers 2

propose_and_awaitMethod · 0.45
apply_op_directMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected