MCPcopy Create free account
hub / github.com/git/git / reftable_time_ms

Function reftable_time_ms

reftable/system.c:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142uint64_t reftable_time_ms(void)
143{
144 return getnanotime() / 1000000;
145}
146
147int reftable_mmap(struct reftable_mmap *out, int fd, size_t len)
148{

Callers 1

Calls 1

getnanotimeFunction · 0.85

Tested by

no test coverage detected