(body)
| 48000 | ))); |
| 48001 | } |
| 48002 | function isReadable(body) { |
| 48003 | return !!(body && (stream4.isReadable ? stream4.isReadable(body) : /state: 'readable'/.test( |
| 48004 | nodeUtil.inspect(body) |
| 48005 | ))); |
| 48006 | } |
| 48007 | function getSocketInfo(socket) { |
| 48008 | return { |
| 48009 | localAddress: socket.localAddress, |
no test coverage detected
searching dependent graphs…