MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / decode_inline_never

Function decode_inline_never

src/derive/mod.rs:57–59  ·  view source on GitHub ↗
(decoder: &mut T::Decoder)

Source from the content-addressed store, hash-verified

55}
56#[inline(never)]
57fn decode_inline_never<'a, T: Decode<'a>>(decoder: &mut T::Decoder) -> T {
58 decoder.decode()
59}
60
61/// Encodes a `T:` [`Encode`] into a [`Vec<u8>`].
62///

Callers 2

decodeFunction · 0.85
decodeMethod · 0.85

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected