MCPcopy
hub / github.com/webpack/webpack / mkdir

Function mkdir

test/Errors.test.js:117–122  ·  view source on GitHub ↗
(
			/** @type {string} */ dir,
			/** @type {(err?: Error | null) => void} */ callback
		)

Source from the content-addressed store, hash-verified

115 },
116 outputFileSystem: /** @type {import("../").OutputFileSystem} */ ({
117 mkdir(
118 /** @type {string} */ dir,
119 /** @type {(err?: Error | null) => void} */ callback
120 ) {
121 callback();
122 },
123 writeFile(
124 /** @type {string} */ file,
125 /** @type {string | Buffer} */ content,

Callers 1

updateSrcFunction · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected