(mut self, config: TskConfig)
| 121 | /// Used in tests to provide custom TSK configuration. |
| 122 | #[allow(dead_code)] |
| 123 | pub fn with_tsk_config(mut self, config: TskConfig) -> Self { |
| 124 | self.tsk_config = Some(Arc::new(config)); |
| 125 | self |
| 126 | } |
| 127 | |
| 128 | /// Set the container engine (CLI override) |
| 129 | /// |
no outgoing calls