MCPcopy Create free account
hub / github.com/ElementsProject/lightning / clock_time_overridden

Function clock_time_overridden

common/clock_time.c:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static struct timeabs dev_override;
7
8bool clock_time_overridden(void)
9{
10 return dev_override.ts.tv_sec != 0;
11}
12
13struct timeabs clock_time(void)
14{

Callers 4

clock_timeFunction · 0.85
clock_time_progresses_Function · 0.85
dev_override_clock_timeFunction · 0.85
fromwire_chain_coin_mvtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected