MCPcopy 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
34static 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
41static void writerec(int fd, const void *msg)
42{

Callers 1

copy_recordsFunction · 0.85

Calls 1

errFunction · 0.85

Tested by

no test coverage detected