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

Method blobbifyRange

fdbclient/ThreadSafeTransaction.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160ThreadFuture<bool> ThreadSafeDatabase::blobbifyRange(const KeyRangeRef& keyRange) {
161 DatabaseContext* db = this->db;
162 KeyRange range = keyRange;
163 return onMainThread([=]() -> Future<bool> {
164 db->checkDeferredError();
165 return db->blobbifyRange(range);
166 });
167}
168
169ThreadFuture<bool> ThreadSafeDatabase::unblobbifyRange(const KeyRangeRef& keyRange) {
170 DatabaseContext* db = this->db;

Callers

nothing calls this directly

Calls 3

blobbifyRangeMethod · 0.65
onMainThreadFunction · 0.50
checkDeferredErrorMethod · 0.45

Tested by

no test coverage detected