This routine is getting clumplets from header page but is not ready to handle continuation Fortunately, modern pages of size 4k and bigger can fit everything on one page.
| 110 | // This routine is getting clumplets from header page but is not ready to handle continuation |
| 111 | // Fortunately, modern pages of size 4k and bigger can fit everything on one page. |
| 112 | void getClumplets(ClumpletWriter& writer) const |
| 113 | { |
| 114 | writer.reset(header->hdr_data, header->hdr_end - HDR_SIZE); |
| 115 | } |
| 116 | |
| 117 | private: |
| 118 | Ods::header_page* header; |
no test coverage detected