Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ ff_sys_socket
Function
ff_sys_socket
adapter/syscall/ff_socket_ops.c:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
static int
118
ff_sys_socket(struct ff_socket_args *args)
119
{
120
return ff_socket(args->domain, args->type, args->protocol);
121
}
122
123
static int
124
ff_sys_bind(struct ff_bind_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_socket
Function · 0.50
Tested by
no test coverage detected