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

Method unblobbifyRange

fdbclient/ThreadSafeTransaction.cpp:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169ThreadFuture<bool> ThreadSafeDatabase::unblobbifyRange(const KeyRangeRef& keyRange) {
170 DatabaseContext* db = this->db;
171 KeyRange range = keyRange;
172 return onMainThread([=]() -> Future<bool> {
173 db->checkDeferredError();
174 return db->unblobbifyRange(range);
175 });
176}
177
178ThreadFuture<Standalone<VectorRef<KeyRangeRef>>> ThreadSafeDatabase::listBlobbifiedRanges(const KeyRangeRef& keyRange,
179 int rangeLimit) {

Callers

nothing calls this directly

Calls 3

unblobbifyRangeMethod · 0.65
onMainThreadFunction · 0.50
checkDeferredErrorMethod · 0.45

Tested by

no test coverage detected