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

Function get_force_callback

include/CLI/Option.hpp:435–435  ·  view source on GitHub ↗

The status of force_callback

Source from the content-addressed store, hash-verified

433 }
434 /// The status of force_callback
435 CLI11_NODISCARD bool get_force_callback() const { return force_callback_; }
436
437 /// Set the value of run_callback_for_default which controls whether the callback function should be called to set
438 /// the default This is controlled automatically but could be manipulated by the user.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected