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

Method set

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

Source from the content-addressed store, hash-verified

242}
243
244inline void StatsdClient::set(const std::string& key,
245 const unsigned int sum,
246 float frequency,
247 const std::vector<std::string>& tags) const noexcept {
248 send(key, sum, detail::METRIC_TYPE_SET, frequency, tags);
249}
250
251template <typename T>
252inline void StatsdClient::send(const std::string& key,

Callers 1

testSendRecvFunction · 0.45

Calls

no outgoing calls

Tested by 1

testSendRecvFunction · 0.36