Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-ffi-module.js
File
test-ffi-module.js
test/ffi/test-ffi-module.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Flags: --experimental-ffi
2
'use strict'
;
3
const
common = require(
'../common'
);
4
const
{ spawnSyncAndAssert } = require(
'../common/child_process'
);
Callers
nothing calls this directly
Calls
8
spawnSyncAndAssert
Function · 0.85
sort
Method · 0.80
match
Method · 0.65
keys
Method · 0.65
require
Function · 0.50
test
Function · 0.50
spawnSync
Function · 0.50
entries
Method · 0.45
Tested by
no test coverage detected