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

Function stdout

test/parallel/test-debugger-probe-miss.js:19–31  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

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

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…