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

Class stat

tools/hsmtool.c:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 case 0: {
156 /* Extra sanity check on HSM file! */
157 struct stat st;
158 stat(hsm_secret_path, &st);
159 if (st.st_size != 32)
160 errx(EXITCODE_ERROR_HSM_FILE,

Callers 2

hsm_secret_is_encryptedFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected