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

Function mstime

src/quicklist.c:1580–1580  ·  view source on GitHub ↗

Return the UNIX time in milliseconds */

Source from the content-addressed store, hash-verified

1578
1579/* Return the UNIX time in milliseconds */
1580static long long mstime(void) { return ustime() / 1000; }
1581
1582/* Iterate over an entire quicklist.
1583 * Print the list if 'print' == 1.

Callers 1

quicklistTestFunction · 0.70

Calls 1

ustimeFunction · 0.70

Tested by

no test coverage detected