(_version?: SoftInstalled)
| 264 | } |
| 265 | |
| 266 | getConfigFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> { |
| 267 | // Python module only manages Python versions; no service config files |
| 268 | return [] |
| 269 | } |
| 270 | |
| 271 | getLogFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> { |
| 272 | // Python module only manages Python versions; no service log files |
nothing calls this directly
no outgoing calls
no test coverage detected