Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ mkdir
Function
mkdir
test/parallel/test-trace-events-fs-async.js:157–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
function
mkdir() {
158
const
fs = require(
'fs'
);
159
fs.mkdir(
'fstemp0'
, () => {
160
fs.rmdir(
'fstemp0'
, () => {});
161
});
162
}
163
164
function
mktmp() {
165
fs.mkdtemp(
'fstemp1'
, (err, fp) => {
Callers
1
doTest
Function · 0.70
Calls
3
require
Function · 0.50
mkdir
Method · 0.45
rmdir
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…