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

Function isNetSocket

test/parallel/test-diagnostics-channel-net.js:8–8  ·  view source on GitHub ↗
(socket)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected