MCPcopy Create free account
hub / github.com/apple/foundationdb / setPoppedPage

Method setPoppedPage

fdbserver/DiskQueue.actor.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers 1

Calls 2

truncateFileMethod · 0.95
VoidClass · 0.50

Tested by

no test coverage detected