Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Function · 0.45
advance_ready
Method · 0.45
ensure_transaction
Method · 0.45
parse_sql
Method · 0.45
send_rows
Method · 0.45
into_proto_with_type
Function · 0.45
goodbytes
Method · 0.45
list_range
Function · 0.45
goodbytes
Method · 0.45
validate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected