Check for an non-existing path
| 210 | |
| 211 | /// Check for an non-existing path |
| 212 | class NonexistentPathValidator : public Validator { |
| 213 | public: |
| 214 | NonexistentPathValidator(); |
| 215 | }; |
| 216 | |
| 217 | class EscapedStringTransformer : public Validator { |
| 218 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected