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

Method tenant_id

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

Source from the content-addressed store, hash-verified

116 }
117
118 pub(super) fn tenant_id(&self) -> TenantId {
119 self.tenant_id
120 }
121
122 pub(super) fn engine(&self) -> &Arc<OriginApplyEngine> {
123 &self.engine

Callers 2

apply_op_directMethod · 0.45
op_to_data_plane_planMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected