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

Method on_op_applied

nodedb/src/control/array_sync/outbound/fanout.rs:187–189  ·  view source on GitHub ↗
(&self, op: &ArrayOp)

Source from the content-addressed store, hash-verified

185
186impl ArrayApplyObserver for ArrayFanout {
187 fn on_op_applied(&self, op: &ArrayOp) {
188 self.fan_out_op(op);
189 }
190}
191
192/// Extract coordinate components as `u64` for range-matching against

Calls 1

fan_out_opMethod · 0.80

Tested by

no test coverage detected