Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-wasi-io.js
File
test-wasi-io.js
test/wasi/test-wasi-io.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
require(
'../common'
);
3
const
{ readFileSync } = require(
'fs'
);
4
const
{ testWasiPreview1 } = require(
'../common/wasi'
);
Callers
nothing calls this directly
Calls
4
testWasiPreview1
Function · 0.85
includes
Method · 0.80
require
Function · 0.50
readFileSync
Function · 0.50
Tested by
no test coverage detected