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

Method isDependent

fdbclient/WriteMap.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool OperationStack::isDependent() const {
50 if (!size())
51 return false;
52 return singletonOperation.type != MutationRef::SetValue && singletonOperation.type != MutationRef::ClearRange &&
53 singletonOperation.type != MutationRef::SetVersionstampedValue &&
54 singletonOperation.type != MutationRef::SetVersionstampedKey;
55}
56
57bool OperationStack::operator==(const OperationStack& r) const {
58 if (size() != r.size())

Callers 3

typeMethod · 0.80
coalesceUnderMethod · 0.80
is_independentMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected