| 573 | } |
| 574 | |
| 575 | size_t num_reference_sections() const { |
| 576 | return reference_sections.size(); |
| 577 | } |
| 578 | |
| 579 | void copy_reference_sections_from(const Context& rhs) { |
| 580 | reference_sections = rhs.reference_sections; |
nothing calls this directly
no outgoing calls
no test coverage detected