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

Function needsNullPointerConversion

lib/internal/ffi/fast-api.js:59–62  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

57}
58
59function needsNullPointerConversion(type) {
60 return needsPointerLikeConversion(type) || type === 'string' || type === 'str' ||
61 needsRawPointerConversion(type);
62}
63
64function needsPointerConversion(type, rawFn) {
65 if (rawFn !== undefined && rawFn[kFastBuffer] === true &&

Callers 3

needsPointerConversionFunction · 0.85
convertPointerArgFunction · 0.85

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…