()
| 40 | } |
| 41 | |
| 42 | private void readSections() throws IOException { |
| 43 | this.doListOfCompounds(() -> { |
| 44 | McaSection section = this.readSection(); |
| 45 | this.map.addMcaSection(section); |
| 46 | }); |
| 47 | } |
| 48 | |
| 49 | private class Mapping { |
| 50 |
nothing calls this directly
no test coverage detected