| 333 | #endif |
| 334 | |
| 335 | Future<Future<Void>> push(Standalone<StringRef> pageData, std::vector<Reference<SyncQueue>>* toSync) { |
| 336 | return push(this, pageData, toSync); |
| 337 | } |
| 338 | |
| 339 | ACTOR static UNCANCELLABLE Future<Future<Void>> push(RawDiskQueue_TwoFiles* self, |
| 340 | Standalone<StringRef> pageData, |
no test coverage detected