(socket)
| 6 | const dc = require('diagnostics_channel'); |
| 7 | |
| 8 | const isNetSocket = (socket) => socket instanceof net.Socket; |
| 9 | const isNetServer = (server) => server instanceof net.Server; |
| 10 | |
| 11 | function testDiagnosticChannel(subscribers, test, after) { |
no outgoing calls
no test coverage detected