| 5814 | }; |
| 5815 | struct SectionNode { |
| 5816 | explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} |
| 5817 | virtual ~SectionNode() = default; |
| 5818 | |
| 5819 | bool operator == (SectionNode const& other) const { |
nothing calls this directly
no outgoing calls
no test coverage detected