MCPcopy
hub / github.com/webpack/webpack / setRuntimeId

Method setRuntimeId

lib/ChunkGraph.js:1558–1560  ·  view source on GitHub ↗

* Updates runtime id using the provided runtime. * @param {string} runtime runtime * @param {RuntimeId} id the id of the runtime * @returns {void}

(runtime, id)

Source from the content-addressed store, hash-verified

1556 * @returns {void}
1557 */
1558 setRuntimeId(runtime, id) {
1559 this._runtimeIds.set(runtime, id);
1560 }
1561
1562 /**
1563 * Get module hash info.

Callers 1

processEntrypointMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected