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

Method addRequest

fdbserver/TransactionTagCounter.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157TransactionTagCounter::~TransactionTagCounter() = default;
158
159void TransactionTagCounter::addRequest(Optional<TagSet> const& tags, int64_t bytes) {
160 return impl->addRequest(tags, bytes);
161}
162
163void TransactionTagCounter::startNewInterval() {
164 return impl->startNewInterval();

Callers 5

Future<Void> getValueQFunction · 0.45
Future<Void> getKeyQFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected