Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ skipIfFFIMissing
Function
skipIfFFIMissing
test/common/index.js:765–769 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
763
}
764
765
function
skipIfFFIMissing() {
766
if
(!hasFFI) {
767
skip(
'missing FFI'
);
768
}
769
}
770
771
function
getArrayBufferViews(buf) {
772
const
{ buffer, byteOffset, byteLength } = buf;
Callers
4
test-ffi-weakref-calls.js
File · 0.85
test-ffi-readonly-write.js
File · 0.85
test-ffi-permission-audit.js
File · 0.85
test-ffi-permission-allow-cli.js
File · 0.85
Calls
1
skip
Function · 0.70
Tested by
no test coverage detected