Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
static ssize_t
244
ff_sys_sendmsg(struct ff_sendmsg_args *args)
245
{
246
return ff_sendmsg(args->fd, args->msg, args->flags);
247
}
248
249
static ssize_t
250
ff_sys_write(struct ff_write_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_sendmsg
Function · 0.85
Tested by
no test coverage detected