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

Function tcpHold

modules/io/socket/win/tcp.c:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void tcpHold(TCP tcp)
384{
385 tcp->useCount += 1;
386}
387
388void tcpRelease(TCP tcp)
389{

Callers 3

xs_tcp_constructorFunction · 0.70
tcpTaskFunction · 0.70
tcpTriggerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected