MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / send

Method send

src/adapter/src/client.rs:599–603  ·  view source on GitHub ↗
(&self, cmd: Command)

Source from the content-addressed store, hash-verified

597
598 #[instrument(level = "debug")]
599 pub(crate) fn send(&self, cmd: Command) {
600 self.inner_cmd_tx
601 .send((OpenTelemetryContext::obtain(), cmd))
602 .expect("coordinator unexpectedly gone");
603 }
604}
605
606/// A coordinator client that is bound to a connection.

Callers 15

authenticateMethod · 0.45
verify_sasl_proofMethod · 0.45
role_can_loginMethod · 0.45
startupMethod · 0.45
cancel_requestMethod · 0.45
get_webhook_appenderMethod · 0.45
get_system_varsMethod · 0.45
catalog_snapshotMethod · 0.45
end_transactionMethod · 0.45

Calls 2

expectMethod · 0.80
send_with_cancelMethod · 0.80

Tested by

no test coverage detected