Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ mkdirSync
Function
mkdirSync
test/parallel/test-fastutf8stream-full-write-utf8.js:34–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
open(path, flags, mode, cb) { cb(null, 42); },
33
mkdir(path, opts, cb) { cb(); },
34
mkdirSync() {},
35
};
36
37
const
stream =
new
Utf8Stream({
Callers
15
test-fs-cp-sync-resolve-relative-symlinks-default.mjs
File · 0.70
test-fs-cp-sync-copy-symlink-not-pointing-to-folder.mjs
File · 0.70
test-fs-cp-sync-copy-symlinks-to-existing-symlinks.mjs
File · 0.70
test-fs-cp-async-symlink-over-file.mjs
File · 0.70
test-fs-cp-sync-copy-file-to-directory-error.mjs
File · 0.70
test-fs-cp-sync-copy-directory-to-file-error.mjs
File · 0.70
test-fs-cp-async-symlink-dest-points-to-src.mjs
File · 0.70
test-fs-cp-async-file-to-dir.mjs
File · 0.70
test-fs-cp-async-dir-to-file.mjs
File · 0.70
test-fs-cp-async-socket.mjs
File · 0.70
test-sqlite-database-sync.js
File · 0.70
test-fs-cp-sync-dereference-directory.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…