| 121 | } |
| 122 | |
| 123 | gtl::ArraySlice<EdgeInfo> output_edges() const { |
| 124 | return gtl::ArraySlice<EdgeInfo>(output_edge_base(), num_output_edges); |
| 125 | } |
| 126 | |
| 127 | gtl::ArraySlice<ControlEdgeInfo> output_control_edges() const { |
| 128 | return gtl::ArraySlice<const ControlEdgeInfo>(output_control_edge_base(), |
no outgoing calls
no test coverage detected