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

Method remainingCapacity

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

Source from the content-addressed store, hash-verified

1077
1078 DiskQueueVersion diskQueueVersion() const { return static_cast<DiskQueueVersion>(implementationVersion); }
1079 int remainingCapacity() const { return maxPayload - payloadSize; }
1080 uint64_t endSeq() const { return seq + sizeof(PageHeader) + payloadSize; }
1081 UID checksum_hashlittle2() const {
1082 // SOMEDAY: Better hash?

Callers 2

pushMethod · 0.80
getCommitOverheadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected