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

Function makeSignature

lib/ffi.js:74–80  ·  view source on GitHub ↗
(argumentTypes, returnType)

Source from the content-addressed store, hash-verified

72} = require('internal/ffi/fast-api');
73
74function makeSignature(argumentTypes, returnType) {
75 return {
76 __proto__: null,
77 arguments: argumentTypes,
78 return: returnType,
79 };
80}
81
82function wrapFFIFunction(rawFn, argumentTypes, returnType, owner) {
83 if (argumentTypes === undefined && rawFn !== undefined && rawFn !== null) {

Callers 1

wrapFFIFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…