MCPcopy
hub / github.com/webpack/webpack / setAsync

Method setAsync

lib/ModuleGraph.js:932–935  ·  view source on GitHub ↗

* Updates async using the provided module. * @param {Module} module the module * @returns {void}

(module)

Source from the content-addressed store, hash-verified

930 * @returns {void}
931 */
932 setAsync(module) {
933 const mgm = this._getModuleGraphModule(module);
934 mgm.async = true;
935 }
936
937 /**
938 * Returns metadata.

Callers 1

applyMethod · 0.80

Calls 1

_getModuleGraphModuleMethod · 0.95

Tested by

no test coverage detected