Is this node a function output
| 264 | bool IsArg() const { return class_ == NC_ARG; } |
| 265 | // Is this node a function output |
| 266 | bool IsRetval() const { return class_ == NC_RETVAL; } |
| 267 | bool IsRunGraph() const { |
| 268 | return class_ == NC_STAR_RUN_GRAPH || |
| 269 | class_ == NC_RUN_GRAPH; } |
no outgoing calls
no test coverage detected