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

Method inner

src/adapter/src/client.rs:1282–1284  ·  view source on GitHub ↗

Returns a reference to the inner client.

(&self)

Source from the content-addressed store, hash-verified

1280
1281 /// Returns a reference to the inner client.
1282 pub fn inner(&self) -> &Client {
1283 self.inner.as_ref().expect("inner invariant violated")
1284 }
1285
1286 async fn send_without_session<T, F>(&self, f: F) -> T
1287 where

Callers 10

nowMethod · 0.45
catalog_snapshotMethod · 0.45
retire_executeMethod · 0.45
get_system_varsMethod · 0.45
send_without_sessionMethod · 0.45
histogramMethod · 0.45

Calls 2

expectMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected