Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ full_read
Function
full_read
ccan/ccan/rbuf/test/run-partial-read.c:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
return read(fd, buf, 1);
6
}
7
static ssize_t full_read(int fd, void *buf, size_t count)
8
{
9
return read(fd, buf, count);
10
}
11
#define read partial_read
12
13
#include <ccan/rbuf/rbuf.h>
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected