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

Method type

fdbclient/WriteMap.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305WriteMap::iterator::SEGMENT_TYPE WriteMap::iterator::type() const {
306 if (offset)
307 return entry().following_keys_cleared ? CLEARED_RANGE : UNMODIFIED_RANGE;
308 else
309 return entry().stack.isDependent() ? DEPENDENT_WRITE : INDEPENDENT_WRITE;
310}
311
312WriteMap::iterator& WriteMap::iterator::operator++() {
313 if (!offset && !equalsKeyAfter(entry().key, nextEntry().key)) {

Callers 13

ciFunction · 0.45
jquery.jsFile · 0.45
toml_to_stringFunction · 0.45
getRangeMethod · 0.45
cleanOpsMethod · 0.45
mergeValueIntoMethod · 0.45
schemaMatchFunction · 0.45
parseFunction · 0.45
readKeyspaceSnapshotMethod · 0.45

Calls 1

isDependentMethod · 0.80

Tested by 2

toml_to_stringFunction · 0.36
getRangeMethod · 0.36