| 5808 | }; |
| 5809 | struct SectionNode { |
| 5810 | explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} |
| 5811 | virtual ~SectionNode() = default; |
| 5812 | |
| 5813 | bool operator == (SectionNode const& other) const { |
nothing calls this directly
no outgoing calls
no test coverage detected