| 917 | unsigned int Config::shardIndex() const { return m_data.shardIndex; } |
| 918 | ColourMode Config::defaultColourMode() const { return m_data.defaultColourMode; } |
| 919 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 920 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 921 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
| 922 | Verbosity Config::verbosity() const { return m_data.verbosity; } |