MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / logmsg_timestamp_update

Function logmsg_timestamp_update

util/logmsg.c:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375int logmsg_timestamp_update(void *unused, void *value)
376{
377 logmsg_set_time(*(int *)value);
378 return 0;
379}
380
381int logmsg_prefix_level_update(void *unused, void *value)
382{

Callers

nothing calls this directly

Calls 1

logmsg_set_timeFunction · 0.85

Tested by

no test coverage detected