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

Class stat

common/hsm_encryption.c:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85int is_hsm_secret_encrypted(const char *path)
86{
87 struct stat st;
88
89 if (stat(path, &st) != 0)
90 return -1;

Callers 1

is_hsm_secret_encryptedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected