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

Method len

libs/@local/graph/temporal-versioning/src/interval.rs:67–69  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

65
66impl<T> ExactSizeIterator for Return<T> {
67 fn len(&self) -> usize {
68 self.size_hint().0
69 }
70}
71
72#[derive(Copy, Clone, Serialize, Deserialize)]

Callers 5

to_sqlMethod · 0.45
from_sqlMethod · 0.45
testFunction · 0.45

Calls 1

size_hintMethod · 0.45

Tested by 1

testFunction · 0.36