Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ len
Method
len
src/length.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
impl<T> Len for &[T] {
41
#[inline(always)]
42
fn len(&self) -> usize {
43
<[T]>::len(self)
44
}
45
}
46
47
impl LengthEncoder {
Callers
2
encode_vectored_max_len
Method · 0.45
encode_vectored_fallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected