Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
uint64_t reftable_time_ms(void)
143
{
144
return getnanotime() / 1000000;
145
}
146
147
int reftable_mmap(struct reftable_mmap *out, int fd, size_t len)
148
{
Callers
1
reftable_stack_reload_maybe_reuse
Function · 0.85
Calls
1
getnanotime
Function · 0.85
Tested by
no test coverage detected