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