MCPcopy Index your code
hub / github.com/nodejs/node / healthCheck

Function healthCheck

lib/dgram.js:1079–1084  ·  view source on GitHub ↗
(socket)

Source from the content-addressed store, hash-verified

1077
1078
1079function healthCheck(socket) {
1080 if (!socket[kStateSymbol].handle) {
1081 // Error message from dgram_legacy.js.
1082 throw new ERR_SOCKET_DGRAM_NOT_RUNNING();
1083 }
1084}
1085
1086
1087function stopReceiving(socket) {

Callers 1

dgram.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…