Get the status of required
| 6148 | |
| 6149 | /// Get the status of required |
| 6150 | bool get_required() const { return required_; } |
| 6151 | |
| 6152 | /// Get the status of disabled |
| 6153 | bool get_disabled() const { return disabled_; } |
no outgoing calls
no test coverage detected