Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
impl<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
fetch_ontology_type_from_url
Method · 0.45
fetch_external_ontology_types
Method · 0.45
to_sql
Method · 0.45
from_sql
Method · 0.45
test
Function · 0.45
Calls
1
size_hint
Method · 0.45
Tested by
1
test
Function · 0.36