The default value (for help printing)
| 3976 | |
| 3977 | /// The default value (for help printing) |
| 3978 | std::string get_default_str() const { return default_str_; } |
| 3979 | |
| 3980 | /// Get the callback function |
| 3981 | callback_t get_callback() const { return callback_; } |
no outgoing calls
no test coverage detected