MCPcopy
hub / github.com/webpack/webpack / create

Method create

lib/NullFactory.js:20–22  ·  lib/NullFactory.js::NullFactory.create

* Processes the provided data. * @param {ModuleFactoryCreateData} data data object * @param {ModuleFactoryCallback} callback callback * @returns {void}

(data, callback)

Source from the content-addressed store, hash-verified

18 * @returns {void}
19 */
20 create(data, callback) {
21 return callback();
22 }
23}
24
25module.exports = NullFactory;

Callers 15

applyDefineKeyMethod · 0.45
getMetaMethod · 0.45
getUserRequestMapMethod · 0.45
getFakeMapMethod · 0.45
getLazySourceMethod · 0.45
_createLoaderContextMethod · 0.45
parseFunction · 0.45
expandFunction · 0.45
_getParsedMethod · 0.45
_getEnvMethod · 0.45

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected