Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ has_items
Method
has_items
src/catalog/src/memory/objects.rs:3573–3575 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
3571
}
3572
3573
fn has_items(&self) -> bool {
3574
!self.items.is_empty()
3575
}
3576
3577
fn item_ids(&self) -> Box<dyn Iterator<Item = CatalogItemId> + '_> {
3578
Box::new(
Callers
1
plan_drop_schema
Function · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected