MCPcopy 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
57impl<I, T, const MAX_LEN: usize> Deref for VecOf<I, T, MAX_LEN> {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected