Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ seed
Method
seed
deps/cpp-statsd-client/include/cpp-statsd-client/StatsdClient.hpp:308–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
inline void StatsdClient::seed(unsigned int seed) noexcept {
309
m_randomEngine.seed(seed);
310
}
311
312
inline void StatsdClient::flush() noexcept {
313
m_sender->flush();
Callers
1
testSendRecv
Function · 0.80
Calls
no outgoing calls
Tested by
1
testSendRecv
Function · 0.64