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

Method push

fdbserver/DiskQueue.actor.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333#endif
334
335 Future<Future<Void>> push(Standalone<StringRef> pageData, std::vector<Reference<SyncQueue>>* toSync) {
336 return push(this, pageData, toSync);
337 }
338
339 ACTOR static UNCANCELLABLE Future<Future<Void>> push(RawDiskQueue_TwoFiles* self,
340 Standalone<StringRef> pageData,

Callers 1

pushAndCommitMethod · 0.95

Calls 15

filenameMethod · 0.95
uncancellableFunction · 0.85
swapFunction · 0.85
pageCeilingFunction · 0.85
pageFloorFunction · 0.85
deterministicRandomFunction · 0.85
TraceEventClass · 0.85
waitForAllReadyThenThrowFunction · 0.85
substrMethod · 0.80
random01Method · 0.80
detailMethod · 0.80
setFileMethod · 0.80

Tested by

no test coverage detected