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

Method try_build

crates/execution/payload/src/builder.rs:262–268  ·  view source on GitHub ↗
(
        &self,
        args: BuildArguments<Self::Attributes, Self::BuiltPayload>,
    )

Source from the content-addressed store, hash-verified

260 type BuiltPayload = BaseBuiltPayload<N>;
261
262 fn try_build(
263 &self,
264 args: BuildArguments<Self::Attributes, Self::BuiltPayload>,
265 ) -> Result<BuildOutcome<Self::BuiltPayload>, PayloadBuilderError> {
266 let pool = self.pool.clone();
267 self.build_payload(args, |attrs| self.best_transactions.best_transactions(pool, attrs))
268 }
269
270 fn on_missing_payload(
271 &self,

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
build_payloadMethod · 0.45
best_transactionsMethod · 0.45

Tested by

no test coverage detected