MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / socketUpUseCount

Function socketUpUseCount

modules/network/socket/qca4020/modSocket.c:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118static void socketDownUseCount(xsMachine *the, xsSocket xss);
119
120void socketUpUseCount(xsMachine *the, xsSocket xss)
121{
122 xss->useCount += 1;
123}
124
125void socketDownUseCount(xsMachine *the, xsSocket xss)
126{

Callers 4

socketConnectedFunction · 0.70
socketDisconnectedFunction · 0.70
socketReadableFunction · 0.70
socketErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected