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

Function needsStringPointerConversion

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

Source from the content-addressed store, hash-verified

53}
54
55function needsStringPointerConversion(type) {
56 return type === 'string' || type === 'str' || needsPointerLikeConversion(type);
57}
58
59function needsNullPointerConversion(type) {
60 return needsPointerLikeConversion(type) || type === 'string' || type === 'str' ||

Callers 4

needsPointerConversionFunction · 0.85
hasStringPointerArgFunction · 0.85
hasPointerMemoryArgFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…