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

Method query_blocking

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

Source from the content-addressed store, hash-verified

26
27 #[inline]
28 fn query_blocking(self, cli: &C) -> Self::QueryOutput {
29 self.bind_none().query_blocking(cli)
30 }
31}
32
33impl<C> ExecuteBlocking<&C> for &str

Callers 6

_get_type_blockingMethod · 0.80
execute_blockingMethod · 0.80
query_unnamedFunction · 0.80
mainFunction · 0.80

Calls 6

bind_noneMethod · 0.80
execute_blockingMethod · 0.80
into_single_rttMethod · 0.80
into_with_cliMethod · 0.80
queryMethod · 0.45
borrow_cli_refMethod · 0.45

Tested by 1

query_unnamedFunction · 0.64