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

Function callback

test/ffi/test-ffi-calls.js:400–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 const { lib, functions: symbols } = getLibrary();
399 try {
400 let callback = () => 1;
401 const ref = new WeakRef(callback);
402 const pointer = lib.registerCallback(
403 { arguments: ['i32'], return: 'i32' },

Callers 7

_onMessageMethod · 0.50
onResolvedOrRejectedFunction · 0.50
requestFunction · 0.50
closeFunction · 0.50
onHeadersFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…