Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ new_tcp_socket
Function
new_tcp_socket
g2all/700/lapse.js:446–448 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
444
}
445
446
function
new_tcp_socket() {
447
return
sysi(
"socket"
, AF_INET, SOCK_STREAM, 0);
448
}
449
450
function
gsockopt(sd, level, optname, optval, optlen) {
451
const
size =
new
Word(optval.size);
Callers
1
double_free_reqs2
Function · 0.70
Calls
1
sysi
Function · 0.70
Tested by
no test coverage detected