MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / NonexistentPathValidator

Class NonexistentPathValidator

include/CLI/Validators.hpp:212–215  ·  view source on GitHub ↗

Check for an non-existing path

Source from the content-addressed store, hash-verified

210
211/// Check for an non-existing path
212class NonexistentPathValidator : public Validator {
213 public:
214 NonexistentPathValidator();
215};
216
217class EscapedStringTransformer : public Validator {
218 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected