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

Method is_dependent

fdbclient/RYWIterator.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 return type() == EMPTY_RANGE;
59}
60bool RYWIterator::is_dependent() const {
61 return writes.type() == WriteMap::iterator::DEPENDENT_WRITE;
62}
63bool RYWIterator::is_unreadable() const {
64 return writes.is_unreadable();
65}

Callers 1

readMethod · 0.45

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected