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

Function stdout

test/parallel/test-debugger-probe-bound-never-hit.js:20–32  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

18 'probe-bound-never-hit.js',
19], { cwd, env: { ...process.env, NODE_DEBUG: 'inspect_probe' } }, {
20 stdout(output) {
21 assertProbeJson(output, {
22 v: 2,
23 probes: [{
24 expr: '1',
25 target: { suffix: 'probe-bound-never-hit.js', line: 4 },
26 }],
27 results: [{
28 event: 'miss',
29 pending: [0],
30 }],
31 });
32 },
33 trim: true,
34});

Callers

nothing calls this directly

Calls 1

assertProbeJsonFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…