MCPcopy Create free account
hub / github.com/HFQR/xitca-web / encode

Method encode

postgres/src/driver/codec/encode.rs:46–49  ·  view source on GitHub ↗
(self, buf: &mut BytesMut)

Source from the content-addressed store, hash-verified

44
45 #[inline]
46 fn encode(self, buf: &mut BytesMut) -> Result<Self::Output, Error> {
47 frontend::query(self, buf)?;
48 Ok(Vec::new())
49 }
50}
51
52impl<C> sealed::Sealed for StatementCreate<'_, '_, C> {}

Callers 1

query_rawMethod · 0.45

Calls 12

queryFunction · 0.85
encode_statement_createFunction · 0.85
closeFunction · 0.85
encode_stmt_queryFunction · 0.85
encode_bindFunction · 0.85
executeFunction · 0.85
IntoRowStreamGuardClass · 0.85
columns_ownedMethod · 0.80
syncFunction · 0.50
mapMethod · 0.45
columnsMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected