Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-vfs-fs-mkdir-callback.js
File
test-vfs-fs-mkdir-callback.js
test/parallel/test-vfs-fs-mkdir-callback.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Flags: --experimental-vfs
2
'use strict'
;
3
4
// fs.mkdir, fs.rmdir, fs.rm, and fs.unlink callbacks dispatch through VFS.
Callers
nothing calls this directly
Calls
13
unmount
Method · 0.80
mounted
Function · 0.70
require
Function · 0.50
resolve
Method · 0.45
mkdir
Method · 0.45
join
Method · 0.45
isDirectory
Method · 0.45
statSync
Method · 0.45
mkdirSync
Method · 0.45
rmdir
Method · 0.45
existsSync
Method · 0.45
rm
Method · 0.45
Tested by
no test coverage detected