(&self, section: SectionBuilder)
| 874 | } |
| 875 | |
| 876 | fn add_section(&self, section: SectionBuilder) { |
| 877 | section.create(self.as_ref()); |
| 878 | } |
| 879 | |
| 880 | fn remove_auto_section<S: BnStrCompatible>(&self, name: S) { |
| 881 | let raw_name = name.into_bytes_with_nul(); |
no test coverage detected