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

Method ProtocolVersionData

fdbserver/Status.actor.cpp:1536–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1534 ProtocolVersion newestProtocolVersion;
1535 ProtocolVersion lowestCompatibleProtocolVersion;
1536 ProtocolVersionData() : runningProtocolVersion(currentProtocolVersion()) {}
1537
1538 ProtocolVersionData(uint64_t newestProtocolVersionValue, uint64_t lowestCompatibleProtocolVersionValue)
1539 : runningProtocolVersion(currentProtocolVersion()), newestProtocolVersion(newestProtocolVersionValue),

Callers

nothing calls this directly

Calls 1

currentProtocolVersionFunction · 0.85

Tested by

no test coverage detected