Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ stat
Class
stat
plugins/chanbackup.c:170–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
static u8 *decrypt_scb(struct plugin *p)
169
{
170
struct stat st;
171
int fd = open(
"emergency.recover"
, O_RDONLY);
172
173
if (stat(
"emergency.recover"
, &st) != 0)
Callers
1
decrypt_scb
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected