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

Method push

fdbserver/DiskQueue.actor.cpp:1604–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1602 location getNextPushLocation() const override { return queue->getNextPushLocation(); }
1603
1604 location push(StringRef contents) override {
1605 pushed = queue->push(contents);
1606 return pushed;
1607 }
1608
1609 void pop(location upTo) override {
1610 popped = std::max(popped, upTo);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected