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

Function throwFFIArgCountError

lib/internal/ffi/fast-api.js:38–41  ·  view source on GitHub ↗
(expected, actual)

Source from the content-addressed store, hash-verified

36}
37
38function throwFFIArgCountError(expected, actual) {
39 throwFFIArgError(
40 `Invalid argument count: expected ${expected}, got ${actual}`);
41}
42
43function needsRawPointerConversion(type, rawFn) {
44 if (rawFn !== undefined && rawFn[kFastBuffer] === true &&

Callers 1

Calls 1

throwFFIArgErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…