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

Function ff_sys_sendmsg

adapter/syscall/ff_socket_ops.c:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static ssize_t
244ff_sys_sendmsg(struct ff_sendmsg_args *args)
245{
246 return ff_sendmsg(args->fd, args->msg, args->flags);
247}
248
249static ssize_t
250ff_sys_write(struct ff_write_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_sendmsgFunction · 0.85

Tested by

no test coverage detected