| 217 | bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; } |
| 218 | bool IsLoopCond() const { return class_ == NC_LOOP_COND; } |
| 219 | bool IsControlTrigger() const { return class_ == NC_CONTROL_TRIGGER; } |
| 220 | bool IsSend() const { return class_ == NC_SEND || |
| 221 | class_ == NC_HOST_SEND || |
| 222 | class_ == NC_REF_SEND || |
no outgoing calls
no test coverage detected