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

Method execute

crates/proof/client/src/driver.rs:81–83  ·  view source on GitHub ↗

Executes the derivation pipeline to the claimed block. # Errors Returns an error if derivation fails.

(self)

Source from the content-addressed store, hash-verified

79 ///
80 /// Returns an error if derivation fails.
81 pub async fn execute(self) -> Result<Epilogue, FaultProofProgramError> {
82 self.run_pipeline(|_, _| {}).await
83 }
84
85 /// Like [`execute`](Self::execute), but also collects per-block `(L2BlockInfo, output_root)`
86 /// pairs for all intermediate blocks.

Callers 15

executeFunction · 0.45
run_clientMethod · 0.45
execute_range_programMethod · 0.45
execute_range_programMethod · 0.45
createMethod · 0.45
create_with_outboxMethod · 0.45
atomic_claim_taskMethod · 0.45

Calls 1

run_pipelineMethod · 0.80