Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_sys_shutdown
Function
ff_sys_shutdown
adapter/syscall/ff_socket_ops.c:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
static int
149
ff_sys_shutdown(struct ff_shutdown_args *args)
150
{
151
return ff_shutdown(args->fd, args->how);
152
}
153
154
static int
155
ff_sys_getsockname(struct ff_getsockname_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_shutdown
Function · 0.85
Tested by
no test coverage detected