Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
60
bool RYWIterator::is_dependent() const {
61
return writes.type() == WriteMap::iterator::DEPENDENT_WRITE;
62
}
63
bool RYWIterator::is_unreadable() const {
64
return writes.is_unreadable();
65
}
Callers
1
read
Method · 0.45
Calls
1
type
Method · 0.45
Tested by
no test coverage detected