MCPcopy
hub / github.com/webpack/webpack / addSubDirectory

Method addSubDirectory

lib/ContextModuleFactory.js:482–483  ·  view source on GitHub ↗
(ctx, dir, callback)

Source from the content-addressed store, hash-verified

480 * @returns {void}
481 */
482 const addSubDirectory = (ctx, dir, callback) =>
483 addDirectory(ctx, dir, addSubDirectory, callback);
484
485 /**
486 * Processes the provided resource.

Callers

nothing calls this directly

Calls 1

addDirectoryFunction · 0.85

Tested by

no test coverage detected