| 3834 | }; |
| 3835 | struct SectionNode { |
| 3836 | explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} |
| 3837 | virtual ~SectionNode() = default; |
| 3838 | |
| 3839 | bool operator == (SectionNode const& other) const { |
nothing calls this directly
no outgoing calls
no test coverage detected