Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
New
Method · 0.50
Function
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected