Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ removeTCPCallbacks
Function
removeTCPCallbacks
modules/io/socket/zephyr/tcp.c:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
void removeTCPCallbacks(TCP tcp)
277
{
278
tcp->triggerable &= ~kTCPWritable;
279
}
280
281
void doClose(xsMachine *the, xsSlot *instance)
282
{
Callers
3
xs_tcp_destructor
Function · 0.70
doClose
Function · 0.70
tcpReceive
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected