Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_update_current_ts
Function
ff_update_current_ts
lib/ff_host_interface.c:205–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
void
206
ff_update_current_ts()
207
{
208
int rv = clock_gettime(CLOCK_REALTIME, ¤t_ts);
209
assert(rv == 0);
210
}
211
212
void
213
ff_arc4rand(void *ptr, unsigned int len, int reseed)
Callers
2
ff_hardclock_job
Function · 0.85
init_clock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected