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

Function tcpHold

modules/io/socket/lin/tcp.c:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void tcpHold(TCP tcp)
391{
392 tcp->useCount += 1;
393}
394
395void tcpRelease(TCP tcp)
396{

Callers 3

xs_tcp_constructorFunction · 0.70
tcpTaskFunction · 0.70
tcpTriggerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected