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

Function stdout

test/parallel/test-debugger-probe-timeout.js:23–39  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

21 signal: null,
22 status: 1,
23 stdout(output) {
24 assertProbeJson(output, {
25 v: 2,
26 probes: [{
27 expr: '1',
28 target: { suffix: 'probe-timeout.js', line: 99 },
29 }],
30 results: [{
31 event: 'timeout',
32 pending: [0],
33 error: {
34 code: 'probe_timeout',
35 message: `Timed out after ${timeout}ms waiting for probes: probe-timeout.js:99`,
36 },
37 }],
38 });
39 },
40 trim: true,
41});

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…