Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ stat
Class
stat
lightningd/options.c:1685–1685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1683
DIR *d_from;
1684
struct dirent *d;
1685
struct stat st;
1686
1687
/* If hsm_secret already exists, we assume we're ugpraded */
1688
if (stat(
"hsm_secret"
, &st) == 0)
Callers
1
promote_missing_files
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected