TODO(greggomann): Do more than just validate the `Environment`.
| 205 | |
| 206 | // TODO(greggomann): Do more than just validate the `Environment`. |
| 207 | Option<Error> validateCommandInfo(const CommandInfo& command) |
| 208 | { |
| 209 | return validateEnvironment(command.environment()); |
| 210 | } |
| 211 | |
| 212 | |
| 213 | Option<Error> validateVolume(const Volume& volume) |
no test coverage detected