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

Function dlclose

lib/ffi.js:185–188  ·  view source on GitHub ↗
(handle)

Source from the content-addressed store, hash-verified

183}
184
185function dlclose(handle) {
186 checkFFIPermission();
187 handle.close();
188}
189
190function dlsym(handle, symbol) {
191 checkFFIPermission();

Callers

nothing calls this directly

Calls 2

checkFFIPermissionFunction · 0.85
closeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…