| 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"); |
nothing calls this directly
no outgoing calls
no test coverage detected