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

Method type

fdbclient/RYWIterator.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44RYWIterator::SEGMENT_TYPE RYWIterator::type() const {
45 if (is_unreadable() && !bypassUnreadable)
46 throw accessed_unreadable();
47
48 return typeMap[writes.type() * 3 + cache.type()];
49}
50
51bool RYWIterator::is_kv() const {
52 return type() == KV;

Callers 2

is_dependentMethod · 0.45
dbgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected