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

Function dlsym

lib/ffi.js:190–193  ·  view source on GitHub ↗
(handle, symbol)

Source from the content-addressed store, hash-verified

188}
189
190function dlsym(handle, symbol) {
191 checkFFIPermission();
192 return handle.getSymbol(symbol);
193}
194
195function exportString(str, data, len, encoding = 'utf8') {
196 checkFFIPermission();

Callers

nothing calls this directly

Calls 1

checkFFIPermissionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…