Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ skipx
Function
skipx
gossipd/compactd.c:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static size_t skipx(int fd, size_t len)
35
{
36
if (lseek(fd, len, SEEK_CUR) == (off_t)-1)
37
err(1,
"Could not seek on old gossip_store"
);
38
return len;
39
}
40
41
static void writerec(int fd, const void *msg)
42
{
Callers
1
copy_records
Function · 0.85
Calls
1
err
Function · 0.85
Tested by
no test coverage detected