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

Method clone

crates/execution/payload/src/builder.rs:79–89  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 Txs: Clone,
78{
79 fn clone(&self) -> Self {
80 Self {
81 evm_config: self.evm_config.clone(),
82 pool: self.pool.clone(),
83 client: self.client.clone(),
84 config: self.config.clone(),
85 best_transactions: self.best_transactions.clone(),
86 compute_pending_block: self.compute_pending_block,
87 _pd: PhantomData,
88 }
89 }
90}
91
92impl<Pool, Client, Evm, Attrs> BasePayloadBuilder<Pool, Client, Evm, (), Attrs> {

Callers 9

executed_blockMethod · 0.45
build_payloadMethod · 0.45
payload_witnessMethod · 0.45
try_buildMethod · 0.45
buildMethod · 0.45
install_proofs_historyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected