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

Function compare

test/parallel/test-diagnostics-channel-http-server-start.js:57–62  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

55});
56
57function compare(a, b) {
58 assert.strictEqual(a.request, b.request);
59 assert.strictEqual(a.response, b.response);
60 assert.strictEqual(a.socket, b.socket);
61 assert.strictEqual(a.server, b.server);
62}

Callers 2

minFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected