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

Function get_callback_run

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

See if the callback has been run already

Source from the content-addressed store, hash-verified

766
767 /// See if the callback has been run already
768 CLI11_NODISCARD bool get_callback_run() const { return (current_option_state_ == option_state::callback_run); }
769
770 ///@}
771 /// @name Custom options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected