Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
static struct timeabs dev_override;
7
8
bool clock_time_overridden(void)
9
{
10
return dev_override.ts.tv_sec != 0;
11
}
12
13
struct timeabs clock_time(void)
14
{
Callers
4
clock_time
Function · 0.85
clock_time_progresses_
Function · 0.85
dev_override_clock_time
Function · 0.85
fromwire_chain_coin_mvt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected