MCPcopy Create free account
hub / github.com/base/base / as_ref

Method as_ref

crates/consensus/protocol/src/batch/bits.rs:16–18  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

14
15impl AsRef<[u8]> for SpanBatchBits {
16 fn as_ref(&self) -> &[u8] {
17 &self.0
18 }
19}
20
21impl SpanBatchBits {

Callers 15

to_system_configFunction · 0.45
encode_scalarFunction · 0.45
read_tx_dataFunction · 0.45
derived_fromMethod · 0.45
encode_calldata_bodyMethod · 0.45
encode_calldataMethod · 0.45
decode_calldataMethod · 0.45
encode_ecotone_headerMethod · 0.45
encode_calldata_bodyMethod · 0.45

Calls

no outgoing calls