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

Method notAssigned

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

Source from the content-addressed store, hash-verified

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; }
119 bool isInVersionedData() const { return readWrite || (adding && adding->isTransferred()); }
120 void addMutation(Version version, MutationRef const& mutation);

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected