Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Dstack-TEE/dstack
/ length
Method
length
cc-eventlog/src/codecs.rs:49–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
47
}
48
49
pub fn length(&self) -> I
50
where
51
I: Clone,
52
{
53
self.len.clone()
54
}
55
}
56
57
impl<I, T, const MAX_LEN: usize> Deref for VecOf<I, T, MAX_LEN> {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected