True if a debug action is enabled.
| 45 | |
| 46 | /// True if a debug action is enabled. |
| 47 | bool enabled() const { return phase_ != TExecNodePhase::INVALID; } |
| 48 | |
| 49 | TDebugAction::type action() const { return action_; } |
| 50 | TExecNodePhase::type phase() const { return phase_; } |
no outgoing calls
no test coverage detected