Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-ffi-readonly-write.js
File
test-ffi-readonly-write.js
test/ffi/test-ffi-readonly-write.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Flags: --experimental-ffi
2
'use strict'
;
3
const
{ skipIfFFIMissing, isWindows, skip } = require(
'../common'
);
4
const
assert = require(
'node:assert'
);
Callers
nothing calls this directly
Calls
5
skipIfFFIMissing
Function · 0.85
require
Function · 0.50
skip
Function · 0.50
test
Function · 0.50
spawnSync
Function · 0.50
Tested by
no test coverage detected