MCPcopy 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_databaseFunction · 0.45
rewrite_purge_collectionFunction · 0.45
runMethod · 0.45
error_code_to_sqlstateFunction · 0.45
parse_set_commandFunction · 0.45
parse_show_commandFunction · 0.45
parse_select_with_paramsFunction · 0.45
select_from_queryFunction · 0.45
executeFunction · 0.45
like_match_recursiveFunction · 0.45

Calls

no outgoing calls

Tested by 3

validate_nameFunction · 0.36