DevfileValidator struct for DevfileValidator interface defined in common utils.
| 46 | |
| 47 | // DevfileValidator struct for DevfileValidator interface defined in common utils. |
| 48 | type DevfileValidator struct{} |
| 49 | |
| 50 | // WriteAndValidate implements Saved.DevfileValidator interface. |
| 51 | // writes to disk and validates the specified devfile |
nothing calls this directly
no outgoing calls
no test coverage detected