| 145 | |
| 146 | public: |
| 147 | bool isNode(void) const { return _type == MsgType::NODE; } |
| 148 | bool isDone(void) const { return _type == MsgType::DONE; } |
| 149 | bool isStart(void) const { return _type == MsgType::START; } |
| 150 | bool isRestart(void) const { return _type == MsgType::RESTART; } |
no outgoing calls
no test coverage detected