Result of validate_output_path.
| 16 | |
| 17 | @dataclass(slots=True) |
| 18 | class ValidateOutputPathResult: |
| 19 | """Result of validate_output_path.""" |
| 20 | |
| 21 | is_valid: bool |
| 22 | resolved_path: str |
| 23 | error_message: str |
| 24 | |
| 25 | |
| 26 | def validate_output_path( |
no outgoing calls
no test coverage detected