MCPcopy 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]

Calls 2

pushMethod · 0.45
toMethod · 0.45

Tested by 3

prove_block_rangeMethod · 0.36