MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / decrement

Method decrement

deps/cpp-statsd-client/include/cpp-statsd-client/StatsdClient.hpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210inline void StatsdClient::decrement(const std::string& key,
211 float frequency,
212 const std::vector<std::string>& tags) const noexcept {
213 count(key, -1, frequency, tags);
214}
215
216inline void StatsdClient::increment(const std::string& key,
217 float frequency,

Callers 1

testSendRecvFunction · 0.45

Calls

no outgoing calls

Tested by 1

testSendRecvFunction · 0.36