MCPcopy 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_aggregationFunction · 0.45
compute_aggregateFunction · 0.45
extract_msgpack_elementsFunction · 0.45
encode_msgpack_arrayFunction · 0.45
run_innerMethod · 0.45
runMethod · 0.45
collect_bounded_responseFunction · 0.45
argcMethod · 0.45
serializeMethod · 0.45
bufferedMethod · 0.45
parse_bulk_stringFunction · 0.45

Calls

no outgoing calls

Tested by 8

show_audit_logFunction · 0.36
show_audit_log_memoryFunction · 0.36
show_audit_whereFunction · 0.36
show_audit_in_databaseFunction · 0.36
show_grantsFunction · 0.36
cross_core_shortest_pathFunction · 0.36