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

Method commit

fdbclient/SpecialKeySpace.actor.cpp:630–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630Future<Void> SpecialKeySpace::commit(ReadYourWritesTransaction* ryw) {
631 return commitActor(this, ryw);
632}
633
634// For SKSCTestRWImpl and SKSCTestAsyncReadImpl
635Future<RangeResult> SKSCTestGetRangeBase(ReadYourWritesTransaction* ryw, KeyRangeRef kr, GetRangeLimits limitsHint) {

Callers

nothing calls this directly

Calls 15

UnversionedFunction · 0.85
singleKeyRangeFunction · 0.85
deterministicRandomFunction · 0.85
containedRangesMethod · 0.80
classTypeMethod · 0.80
randomUniqueIDMethod · 0.80
parseFunction · 0.70
getMethod · 0.65
setOptionMethod · 0.65
setMethod · 0.65
clearMethod · 0.65
KeyRangeRefClass · 0.50

Tested by

no test coverage detected