Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb/src/control/server/pgwire/session/prepared_cache.rs:76–78 ·
view source on GitHub ↗
Whether the cache is empty.
(&self)
Source
from the content-addressed store, hash-verified
74
75
/// Whether the cache is empty.
76
pub fn is_empty(&self) -> bool {
77
self.stmts.is_empty()
78
}
79
80
/// List all prepared statement names.
81
pub fn names(&self) -> Vec<String> {
Callers
15
bind_startup_database
Function · 0.45
rewrite_purge_collection
Function · 0.45
run
Method · 0.45
error_code_to_sqlstate
Function · 0.45
parse_set_command
Function · 0.45
parse_show_command
Function · 0.45
has_live_subscriptions
Method · 0.45
has_listen_subscriptions
Method · 0.45
parse_select_with_params
Function · 0.45
select_from_query
Function · 0.45
execute
Function · 0.45
like_match_recursive
Function · 0.45
Calls
no outgoing calls
Tested by
3
show_tenant_by_identifier
Function · 0.36
show_tenants_filtered_by_name
Function · 0.36
validate_name
Function · 0.36