Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ size_hint
Method
size_hint
src/serde/de.rs:290–292 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
288
289
#[inline(always)]
290
fn size_hint(&self) -> Option<usize> {
291
Some(self.len)
292
}
293
}
294
v.visit_seq(Access {
295
wrapper: DecoderWrapper {
Callers
3
encode_vectored
Method · 0.80
encode_vectored_max_len
Method · 0.80
encode_vectored
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected