MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / cb

Function cb

test/async_progress_worker.js:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 };
63
64 function cb () {
65 assert.strictEqual(this.a, recvObject.a);
66 }
67
68 bindingFunction(recvObject, common.mustCall(cb));
69 if (!checkAsyncHooks()) {

Callers 2

NewMethod · 0.50
FunctionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected