MCPcopy Create free account
hub / github.com/SeismicSystems/summit / LoadedCheckpoint

Class LoadedCheckpoint

node/src/args.rs:791–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789
790 let engine_ipc_path =
791 get_expanded_path(&flags.engine_ipc_path).expect("failed to expand engine ipc path");
792
793 #[allow(unused)]
794 #[cfg(feature = "bench")]
795 let engine_client = {
796 let block_dir = flags
797 .bench_block_dir
798 .as_ref()
799 .map(|p| get_expanded_path(p).expect("Invalid block directory path"))
800 .expect("bench_block_dir is required when using bench feature");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected