MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_empty

Method is_empty

nodedb/src/control/planner/procedural/executor/plan_cache.rs:108–110  ·  view source on GitHub ↗

Whether the cache is empty.

(&self)

Source from the content-addressed store, hash-verified

106
107 /// Whether the cache is empty.
108 pub fn is_empty(&self) -> bool {
109 self.len() == 0
110 }
111
112 /// Clear all cached entries.
113 pub fn clear(&self) {

Callers 15

store_wasm_binaryFunction · 0.45
compile_forFunction · 0.45
replace_identifierFunction · 0.45
parse_exception_handlersFunction · 0.45
collect_sql_untilFunction · 0.45
get_or_parseMethod · 0.45
replace_case_insensitiveFunction · 0.45
serialize_filtersFunction · 0.45
extract_computed_columnsFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected