Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ insert
Method
insert
crates/proof/proof/src/boot.rs:400–402 ·
view source on GitHub ↗
(&mut self, key: U256, value: Vec<u8>)
Source
from the content-addressed store, hash-verified
398
}
399
400
fn insert(&mut self, key: U256, value: Vec<u8>) {
401
self.data.push((PreimageKey::new_local(key.to()), value));
402
}
403
}
404
405
#[async_trait]
Callers
12
loads_activation_admin_address_from_builtin_chain_id
Function · 0.45
rejects_oracle_rollup_config_with_mismatched_chain_id
Function · 0.45
accepts_oracle_rollup_config_with_matching_chain_id
Function · 0.45
rejects_oracle_rollup_config_with_beryl_and_no_activation_admin
Function · 0.45
test_oracle_reader_get_exact
Function · 0.45
test_oracle_client_and_host
Function · 0.45
metadata_with_execution_stats
Function · 0.45
ensure_protocol_session_id
Function · 0.45
tick_collects_ready_proofs_and_restarts_when_next_session_is_missing
Function · 0.45
tick_deletes_failed_proof_and_restarts
Function · 0.45
game_chain_full
Function · 0.45
prove_block_range
Method · 0.45
Calls
2
push
Method · 0.45
to
Method · 0.45
Tested by
3
test_oracle_reader_get_exact
Function · 0.36
test_oracle_client_and_host
Function · 0.36
prove_block_range
Method · 0.36