MCPcopy 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
276void removeTCPCallbacks(TCP tcp)
277{
278 tcp->triggerable &= ~kTCPWritable;
279}
280
281void doClose(xsMachine *the, xsSlot *instance)
282{

Callers 3

xs_tcp_destructorFunction · 0.70
doCloseFunction · 0.70
tcpReceiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected