| 609 | template <typename T> |
| 610 | template <typename Fn> |
| 611 | Status ShapeTree<T>::ForEachElementWithStatus(const Fn& func) const { |
| 612 | return ForEachHelper(func, nodes_); |
| 613 | } |
| 614 | |
| 615 | template <typename T> |
| 616 | template <typename Fn> |
no outgoing calls
no test coverage detected