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

Function gzwrite

devtools/gossmap-compress.c:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return 0;
31}
32static int gzwrite(int fd, const void *buf, size_t len)
33{
34 if (write_all(fd, buf, len))
35 return len;
36 return 0;
37}
38#endif
39
40static unsigned int verbose = 0;

Callers 2

write_bigsizeFunction · 0.85
mainFunction · 0.85

Calls 1

write_allFunction · 0.50

Tested by

no test coverage detected