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

Function serverLog

src/fastlock.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158__attribute__((weak)) void serverLog(int , const char *fmt, ...)
159{
160 va_list args;
161 va_start(args, fmt);
162 vprintf(fmt, args);
163 va_end(args);
164 printf("\n");
165}
166
167extern "C" pid_t gettid()
168{

Callers 15

shutdownCommandFunction · 0.85
insertMethod · 0.85
pool_freeFunction · 0.85
storage_initFunction · 0.85
handle_preforkFunction · 0.85
clusterLoadConfigFunction · 0.85
clusterSaveConfigOrDieFunction · 0.85
clusterLockConfigFunction · 0.85
clusterInitFunction · 0.85
clusterResetFunction · 0.85
clusterConnAcceptHandlerFunction · 0.85
clusterAcceptHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected