Check for an existing path
| 204 | |
| 205 | /// Check for an existing path |
| 206 | class ExistingPathValidator : public Validator { |
| 207 | public: |
| 208 | ExistingPathValidator(); |
| 209 | }; |
| 210 | |
| 211 | /// Check for an non-existing path |
| 212 | class NonexistentPathValidator : public Validator { |
nothing calls this directly
no outgoing calls
no test coverage detected