-------------------------------------------------------------------------
| 38 | |
| 39 | //------------------------------------------------------------------------- |
| 40 | StartInfo::StartInfo(const fs::path& path) |
| 41 | : path_(path) |
| 42 | { |
| 43 | AddArgument(path.wstring()); |
| 44 | } |
| 45 | |
| 46 | //------------------------------------------------------------------------- |
| 47 | StartInfo::StartInfo(StartInfo&& startInfo) |
nothing calls this directly
no outgoing calls
no test coverage detected