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

Function check

test/parallel/test-pipe-stream.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 let have_pong = false;
12
13 function check() {
14 assert.ok(have_ping);
15 assert.ok(have_pong);
16 }
17
18 function ping() {
19 const conn = new clazz();

Callers 1

testFunction · 0.70

Calls 1

okMethod · 0.45

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…