| 1 | template <typename Cursor> |
| 2 | NodeVisitor<Cursor>::NodeVisitor(const Cursor &c) : m_cursor(c) {} |
| 3 | |
| 4 | template <typename Cursor> |
| 5 | PreorderNodeVisitor<Cursor>::PreorderNodeVisitor(const Cursor &c) |
nothing calls this directly
no outgoing calls
no test coverage detected