(socket)
| 1077 | |
| 1078 | |
| 1079 | function 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 | |
| 1087 | function stopReceiving(socket) { |
no outgoing calls
no test coverage detected
searching dependent graphs…