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/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_binary
Function · 0.45
compile_for
Function · 0.45
replace_identifier
Function · 0.45
parse_exception_handlers
Function · 0.45
collect_sql_until
Function · 0.45
get_or_parse
Method · 0.45
replace_case_insensitive
Function · 0.45
execute_block_with_exceptions
Method · 0.45
flush_transaction_buffer
Method · 0.45
serialize_filters
Function · 0.45
extract_computed_columns
Function · 0.45
serialize_window_functions
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected