| 7273 | }; |
| 7274 | struct SectionNode : SharedImpl<> { |
| 7275 | explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} |
| 7276 | virtual ~SectionNode(); |
| 7277 | |
| 7278 | bool operator == ( SectionNode const& other ) const { |
nothing calls this directly
no outgoing calls
no test coverage detected