| 219 | } |
| 220 | |
| 221 | Future<Void> setPoppedPage(int file, int64_t page, int64_t debugSeq) { |
| 222 | return setPoppedPage(this, file, page, debugSeq); |
| 223 | } |
| 224 | |
| 225 | // FIXME: let the caller pass in where to write the data. |
| 226 | Future<Standalone<StringRef>> read(int file, int page, int nPages) { return read(this, file, page, nPages); } |
no test coverage detected