Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
impl<C> ExecuteBlocking<&C> for &str
Callers
6
_get_type_blocking
Method · 0.80
get_enum_variants_blocking
Method · 0.80
get_composite_fields_blocking
Method · 0.80
execute_blocking
Method · 0.80
query_unnamed
Function · 0.80
main
Function · 0.80
Calls
6
bind_none
Method · 0.80
execute_blocking
Method · 0.80
into_single_rtt
Method · 0.80
into_with_cli
Method · 0.80
query
Method · 0.45
borrow_cli_ref
Method · 0.45
Tested by
1
query_unnamed
Function · 0.64