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

Method getTodo

lib/internal/test_runner/tests_stream.js:96–98  ·  view source on GitHub ↗
(reason = undefined)

Source from the content-addressed store, hash-verified

94 }
95
96 getTodo(reason = undefined) {
97 return { __proto__: null, todo: reason ?? true };
98 }
99
100 getXFail(expectation = undefined) {
101 return { __proto__: null, expectFailure: expectation ?? true };

Callers 1

getReportDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected