Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
32
static 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
40
static unsigned int verbose = 0;
Callers
2
write_bigsize
Function · 0.85
main
Function · 0.85
Calls
1
write_all
Function · 0.50
Tested by
no test coverage detected