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

Method storage_options

crates/execution/node/src/args.rs:110–114  ·  view source on GitHub ↗

Converts CLI arguments into storage options.

(self)

Source from the content-addressed store, hash-verified

108impl ProofsHistoryMdbxArgs {
109 /// Converts CLI arguments into storage options.
110 pub const fn storage_options(self) -> MdbxProofsStorageOptions {
111 MdbxProofsStorageOptions {
112 max_read_transaction_duration: self.max_read_transaction_duration,
113 }
114 }
115}
116
117fn parse_positive_duration(s: &str) -> Result<Duration, String> {

Callers 7

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
applyMethod · 0.80

Calls 1

mib_to_usizeFunction · 0.85