Get the current value of allow extra args
| 3720 | } |
| 3721 | /// Get the current value of allow extra args |
| 3722 | bool get_allow_extra_args() const { return allow_extra_args_; } |
| 3723 | |
| 3724 | /// Set the value of run_callback_for_default which controls whether the callback function should be called to set |
| 3725 | /// the default This is controlled automatically but could be manipulated by the user. |
no outgoing calls
no test coverage detected