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

Function check

test/parallel/test-diagnostics-channel-tracing-channel-sync-error.js:13–15  ·  view source on GitHub ↗
(found)

Source from the content-addressed store, hash-verified

11const thisArg = { baz: 'buz' };
12
13function check(found) {
14 assert.deepStrictEqual(found, input);
15}
16
17const handlers = {
18 start: common.mustCall(check),

Calls

no outgoing calls

Tested by

no test coverage detected