MCPcopy 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
37const stream = new Utf8Stream({

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…