Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/control/server/pgwire/session/prepared_cache.rs:71–73 ·
view source on GitHub ↗
Number of cached statements.
(&self)
Source
from the content-addressed store, hash-verified
69
70
/// Number of cached statements.
71
pub fn len(&self) -> usize {
72
self.stmts.len()
73
}
74
75
/// Whether the cache is empty.
76
pub fn is_empty(&self) -> bool {
Callers
15
apply_post_aggregation
Function · 0.45
compute_aggregate
Function · 0.45
extract_msgpack_elements
Function · 0.45
encode_msgpack_array
Function · 0.45
run_inner
Method · 0.45
full_request_response_roundtrip
Function · 0.45
run
Method · 0.45
collect_bounded_response
Function · 0.45
argc
Method · 0.45
serialize
Method · 0.45
buffered
Method · 0.45
parse_bulk_string
Function · 0.45
Calls
no outgoing calls
Tested by
8
show_audit_log
Function · 0.36
show_audit_log_memory
Function · 0.36
show_audit_where
Function · 0.36
show_audit_in_database
Function · 0.36
show_grants
Function · 0.36
decode_first_field_text_normal
Function · 0.36
cross_core_shortest_path
Function · 0.36
chunk_large_response_splits_rows
Function · 0.36