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

Method send

nodedb/src/data/executor/dispatch/array/tests_dispatch.rs:102–104  ·  view source on GitHub ↗
(&mut self, op: ArrayOp)

Source from the content-addressed store, hash-verified

100 }
101
102 fn send(&mut self, op: ArrayOp) -> crate::bridge::envelope::Response {
103 self.send_plan(PhysicalPlan::Array(op))
104 }
105
106 fn send_plan(&mut self, plan: PhysicalPlan) -> crate::bridge::envelope::Response {
107 let id = self.next_id;

Callers 15

kill_sessions_for_ipMethod · 0.45
flush_webhookMethod · 0.45
kill_sessions_for_ipMethod · 0.45
kill_session_by_idMethod · 0.45
unwrap_keyMethod · 0.45
rotateMethod · 0.45
decrypt_with_vaultMethod · 0.45
rewrap_with_vaultMethod · 0.45
fetch_jwksFunction · 0.45

Calls 1

send_planMethod · 0.80

Tested by

no test coverage detected