MCPcopy Create free account
hub / github.com/hashintel/hash / len

Method len

tests/graph/test-data/rust/src/seeding/producer/user.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126
127 impl WebCatalog for TestCatalog {
128 fn len(&self) -> usize {
129 self.1.len()
130 }
131
132 fn get_entry(&self, index: usize) -> Option<(Arc<str>, Arc<str>, WebId)> {
133 self.1

Callers 7

test_root_sortingFunction · 0.45
insertFunction · 0.45
slug_from_titleFunction · 0.45
create_distributionMethod · 0.45
generate_propertiesFunction · 0.45
generate_linksFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_root_sortingFunction · 0.36