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

Method isReadable

fdbserver/StorageCache.actor.cpp:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 bool isReadable() const { return readWrite != nullptr; }
116 bool isAdding() const { return adding != nullptr; }
117 bool notAssigned() const { return !readWrite && !adding; }
118 bool assigned() const { return readWrite || adding; }

Callers 6

isReadableMethod · 0.45
validateFunction · 0.45
Future<Void> getValueQFunction · 0.45
getCachedKeyRangeFunction · 0.45
coalesceCacheRangesFunction · 0.45
cacheWarmupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected