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

Function hasStringPointerArg

lib/internal/ffi/fast-api.js:73–75  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

71}
72
73function hasStringPointerArg(type, value) {
74 return typeof value === 'string' && needsStringPointerConversion(type);
75}
76
77function hasPointerMemoryArg(type, value) {
78 return (needsRawPointerConversion(type) || needsStringPointerConversion(type)) &&

Callers 1

convertPointerArgFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…