MCPcopy Create free account
hub / github.com/axboe/liburing / send_data

Function send_data

test/socket-io-cmd.c:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static ssize_t send_data(struct fds *s, char *str)
77{
78 size_t written_bytes;
79
80 written_bytes = write(s->tx, str, strlen(str));
81 assert(written_bytes == strlen(MSG));
82
83 return written_bytes;
84}
85
86static int run_test(bool stream)
87{

Callers 1

run_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected