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

Method getTLogVersion

fdbserver/TagPartitionedLogSystem.actor.cpp:1769–1771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769TLogVersion TagPartitionedLogSystem::getTLogVersion() const {
1770 return tLogs[0]->tLogVersion;
1771}
1772
1773int TagPartitionedLogSystem::getLogRouterTags() const {
1774 return logRouterTags;

Callers 4

newEpochMethod · 0.80
addTxsTagMethod · 0.80
writeTransactionInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected