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

Class ExistingPathValidator

include/CLI/Validators.hpp:206–209  ·  view source on GitHub ↗

Check for an existing path

Source from the content-addressed store, hash-verified

204
205/// Check for an existing path
206class ExistingPathValidator : public Validator {
207 public:
208 ExistingPathValidator();
209};
210
211/// Check for an non-existing path
212class NonexistentPathValidator : public Validator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected