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

Function get_modifying

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

Get a boolean if the validator is allowed to modify the input returns true if it can modify the input

Source from the content-addressed store, hash-verified

158
159 /// Get a boolean if the validator is allowed to modify the input returns true if it can modify the input
160 CLI11_NODISCARD bool get_modifying() const { return !non_modifying_; }
161
162 /// Combining validators is a new validator. Type comes from left validator if function, otherwise only set if the
163 /// same.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected