MCPcopy Create free account
hub / github.com/nodejs/node / check

Function check

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected