(config: ExecutorConfig, profile_folder: PathBuf)
| 13 | |
| 14 | impl ExecutionContext { |
| 15 | pub fn new(config: ExecutorConfig, profile_folder: PathBuf) -> Self { |
| 16 | ExecutionContext { |
| 17 | config, |
| 18 | profile_folder, |
| 19 | } |
| 20 | } |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected