| 144 | } |
| 145 | |
| 146 | Executable::Executable() {} |
| 147 | |
| 148 | Executable::Executable(const DefaultExecutable& default_executable) { |
| 149 | const DefaultPath& default_paths = ::GetDefaultExecutablePath(default_executable.key); |
nothing calls this directly
no test coverage detected