| 30 | }; |
| 31 | |
| 32 | struct DefaultExecutable { |
| 33 | std::string key; |
| 34 | std::string name; |
| 35 | bool removable = true; |
| 36 | std::vector<DefaultOptions> options; |
| 37 | }; |
| 38 | |
| 39 | struct DefaultPath { |
| 40 | Path executable_path; |
nothing calls this directly
no outgoing calls
no test coverage detected