| 211 | unsigned int Config::shardIndex() const { return m_data.shardIndex; } |
| 212 | ColourMode Config::defaultColourMode() const { return m_data.defaultColourMode; } |
| 213 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 214 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 215 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
| 216 | Verbosity Config::verbosity() const { return m_data.verbosity; } |