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

Method execute_blocking

postgres/src/execute/sync_impl.rs:22–25  ·  view source on GitHub ↗
(self, cli: &C)

Source from the content-addressed store, hash-verified

20
21 #[inline]
22 fn execute_blocking(self, cli: &C) -> Self::ExecuteOutput {
23 let stream = self.query_blocking(cli)?;
24 RowAffected::from(stream).wait()
25 }
26
27 #[inline]
28 fn query_blocking(self, cli: &C) -> Self::QueryOutput {

Callers 8

query_blockingMethod · 0.80
query_unnamedFunction · 0.80
cancel_query_blockingFunction · 0.80
mainFunction · 0.80

Calls 6

query_blockingMethod · 0.80
into_guardedMethod · 0.80
into_single_rttMethod · 0.80
waitMethod · 0.45
queryMethod · 0.45
borrow_cli_refMethod · 0.45

Tested by 3

query_unnamedFunction · 0.64
cancel_query_blockingFunction · 0.64