MCPcopy 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_vectoredMethod · 0.80
encode_vectoredMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected