Determine whether the stage is in debug mode or not. \return The stage's debug state. */
| 266 | \return The stage's debug state. |
| 267 | */ |
| 268 | bool isDebug() const |
| 269 | { return m_log && m_log->getLevel() > LogLevel::Debug; } |
| 270 | |
| 271 | /** |
| 272 | Return the name of a stage. |
no outgoing calls
no test coverage detected