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

Function testNetworkInspection

test/parallel/test-inspector-network-http2.js:319–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317}
318
319const testNetworkInspection = async () => {
320 await testHttp2();
321 session.removeAllListeners();
322 await testHttp2(true);
323 session.removeAllListeners();
324 await testHttp2Error();
325 session.removeAllListeners();
326 await testHttp2Error(true);
327 session.removeAllListeners();
328};
329
330http2Server.listen(0, async () => {
331 http2SecureServer.listen(0, async () => {

Callers 1

Calls 3

testHttp2Function · 0.85
testHttp2ErrorFunction · 0.85
removeAllListenersMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…