Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
impl AsRef<[u8]> for SpanBatchBits {
16
fn as_ref(&self) -> &[u8] {
17
&self.0
18
}
19
}
20
21
impl SpanBatchBits {
Callers
15
to_system_config
Function · 0.45
encode_scalar
Function · 0.45
read_tx_data
Function · 0.45
derived_from
Method · 0.45
from_block_and_genesis
Method · 0.45
encode_calldata_header
Method · 0.45
encode_calldata_body
Method · 0.45
encode_calldata
Method · 0.45
decode_calldata
Method · 0.45
encode_ecotone_header
Method · 0.45
encode_calldata_header
Method · 0.45
encode_calldata_body
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_isthmus_l1_block_info_tx_roundtrip
Function · 0.36
test_bedrock_l1_block_info_tx_roundtrip
Function · 0.36
test_ecotone_l1_block_info_tx_roundtrip
Function · 0.36
test_eip1559_parameters_custom_values_match
Function · 0.36
test_eip1559_parameters_custom_values_mismatch
Function · 0.36
test_eip1559_parameters_combination_mismatch
Function · 0.36
test_eip1559_parameters_invalid_version
Function · 0.36
test_eip1559_parameters_invalid_jovian_encoding
Function · 0.36
test_open_ethereum_calldata_source_pre_ecotone
Function · 0.36
test_assembler_rejects_out_of_order_frame_holocene
Function · 0.36
test_derive_next_batch_invalid_parent
Function · 0.36
test_derive_next_batch_no_batches
Function · 0.36