Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ all_entries
Method
all_entries
nodedb/src/control/array_catalog/registry.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
}
77
78
pub fn all_entries(&self) -> Vec<ArrayCatalogEntry> {
79
self.entries_by_name.values().cloned().collect()
80
}
81
82
pub fn len(&self) -> usize {
83
self.entries_by_name.len()
Callers
3
wire_state
Function · 0.80
hydrate_bitemporal_registry_from_array_catalog
Function · 0.80
alter_raises_retention_round_trip
Function · 0.80
Calls
1
collect
Method · 0.80
Tested by
2
hydrate_bitemporal_registry_from_array_catalog
Function · 0.64
alter_raises_retention_round_trip
Function · 0.64