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

Method next

tests/graph/test-data/rust/src/seeding/producer/mod.rs:96–98  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

94 type Item = Result<T, P::Error>;
95
96 fn next(&mut self) -> Option<Self::Item> {
97 Some(self.producer.generate(self.context))
98 }
99
100 fn size_hint(&self) -> (usize, Option<usize>) {
101 (usize::MAX, None)

Callers 6

updateFunction · 0.45
properties_addFunction · 0.45
properties_removeFunction · 0.45
properties_replaceFunction · 0.45
type_idsFunction · 0.45
insertFunction · 0.45

Calls 1

generateMethod · 0.45

Tested by

no test coverage detected