| 615 | template <typename T> |
| 616 | template <typename Fn> |
| 617 | Status ShapeTree<T>::ForEachMutableElementWithStatus(const Fn& func) { |
| 618 | return ForEachMutableHelper(func, &nodes_); |
| 619 | } |
| 620 | |
| 621 | template <typename T> |
| 622 | template <typename Fn> |
no outgoing calls
no test coverage detected