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

Method readBlobGranules

fdbclient/MultiVersionTransaction.actor.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279ThreadResult<RangeResult> DLTransaction::readBlobGranules(const KeyRangeRef& keyRange,
280 Version beginVersion,
281 Optional<Version> readVersion,
282 ReadBlobGranuleContext granuleContext) {
283 return unsupported_operation();
284}
285
286ThreadFuture<Standalone<VectorRef<BlobGranuleChunkRef>>> DLTransaction::readBlobGranulesStart(
287 const KeyRangeRef& keyRange,

Callers

nothing calls this directly

Calls 7

getTransactionFunction · 0.85
abortableFutureFunction · 0.85
readBlobGranulesStartMethod · 0.45
isErrorMethod · 0.45
getErrorMethod · 0.45

Tested by

no test coverage detected