MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_sys_read

Function ff_sys_read

adapter/syscall/ff_socket_ops.c:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217static ssize_t
218ff_sys_read(struct ff_read_args *args)
219{
220 DEBUG_LOG("ff_sys_read, fd:%d, len:%lu\n", args->fd, args->len);
221 return ff_read(args->fd, args->buf, args->len);
222}
223
224static ssize_t
225ff_sys_readv(struct ff_readv_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_readFunction · 0.85

Tested by

no test coverage detected