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

Method inner

src/pgwire/src/codec.rs:202–204  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

200 A: AsyncRead + AsyncWrite + Unpin,
201{
202 pub fn inner(&self) -> &Conn<A> {
203 self.inner.get_ref().get_ref()
204 }
205}
206
207#[async_trait]

Callers 10

runFunction · 0.45
advance_readyMethod · 0.45
ensure_transactionMethod · 0.45
parse_sqlMethod · 0.45
send_rowsMethod · 0.45
into_proto_with_typeFunction · 0.45
goodbytesMethod · 0.45
list_rangeFunction · 0.45
goodbytesMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected