| 34 | StartInfo(StartInfo&&); |
| 35 | |
| 36 | StartInfo(const StartInfo&) = default; |
| 37 | StartInfo& operator=(const StartInfo&) = default; |
| 38 | |
| 39 | void SetWorkingDirectory(const std::filesystem::path&); |
nothing calls this directly
no outgoing calls
no test coverage detected