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

Class stat

lightningd/options.c:1233–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 DIR *d_from;
1232 struct dirent *d;
1233 struct stat st;
1234
1235 /* If hsm_secret already exists, we assume we're ugpraded */
1236 if (stat("hsm_secret", &st) == 0)

Callers 1

promote_missing_filesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected