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

Function peek

fdbserver/VersionedBTree.actor.cpp:1340–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338 }
1339
1340 Future<Optional<T>> peek() { return peek_impl(this); }
1341
1342 // Pop the next item on front of queue if it is <= inclusiveMaximum or if inclusiveMaximum is not present
1343 Future<Optional<T>> pop(Optional<T> inclusiveMaximum = {}) { return headReader.readNext(inclusiveMaximum); }

Callers 2

getNextMethod · 0.70
peekMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected