MCPcopy Create free account
hub / github.com/cakevm/kabu / root

Method root

crates/node/debug-provider/src/debugprovider.rs:145–147  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

143{
144 #[inline(always)]
145 fn root(&self) -> &RootProvider<Ethereum> {
146 self._anvil.root()
147 }
148
149 #[allow(clippy::type_complexity)]
150 fn get_block_number(&self) -> ProviderCall<NoParams, U64, BlockNumber> {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected