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

Function getLibrary

test/ffi/test-ffi-calls.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const { cString, fixtureSymbols, libraryPath } = require('./ffi-test-common');
11
12function getLibrary() {
13 return ffi.dlopen(libraryPath, fixtureSymbols);
14}
15
16test('ffi calls support integer arithmetic and char semantics', () => {
17 const { lib, functions: symbols } = getLibrary();

Callers 1

test-ffi-calls.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…