MCPcopy Create free account
hub / github.com/base/base / clone

Method clone

crates/execution/node/src/node.rs:881–888  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

879
880impl<T> Clone for BasePoolBuilder<T> {
881 fn clone(&self) -> Self {
882 Self {
883 pool_config_overrides: self.pool_config_overrides.clone(),
884 ordering: self.ordering.clone(),
885 max_inflight_delegated_slots: self.max_inflight_delegated_slots,
886 _pd: core::marker::PhantomData,
887 }
888 }
889}
890
891impl<T> BasePoolBuilder<T> {

Callers 14

advance_chainFunction · 0.45
build_engine_apiMethod · 0.45
install_proofs_historyFunction · 0.45
componentsMethod · 0.45
add_ons_builderMethod · 0.45
launch_add_onsMethod · 0.45
buildMethod · 0.45
build_poolMethod · 0.45
build_payload_builderMethod · 0.45
network_configMethod · 0.45

Calls

no outgoing calls

Tested by 3

can_syncFunction · 0.36