Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ add_ons
Method
add_ons
crates/execution/node/src/node.rs:350–352 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
348
}
349
350
fn add_ons(&self) -> Self::AddOns {
351
self.add_ons_builder().build()
352
}
353
}
354
355
impl<N> DebugNode<N> for BaseNode
Callers
3
start
Method · 0.45
test_base_node_custom_genesis_number
Function · 0.45
test_custom_block_priority_config
Function · 0.45
Calls
2
build
Method · 0.45
add_ons_builder
Method · 0.45
Tested by
2
test_base_node_custom_genesis_number
Function · 0.36
test_custom_block_priority_config
Function · 0.36