| 177 | } |
| 178 | |
| 179 | void OnException(std::exception_ptr exception) |
| 180 | { |
| 181 | std::rethrow_exception(exception); |
| 182 | } |
| 183 | }; |
| 184 | |
| 185 | std::vector<std::wstring> GetCommandLineVector(const wchar_t* cmdline) |
nothing calls this directly
no outgoing calls
no test coverage detected