MCPcopy
hub / github.com/webpack/webpack / setEntrypointChunk

Method setEntrypointChunk

lib/Entrypoint.js:81–83  ·  view source on GitHub ↗

* Sets the chunk with the entrypoint modules for an entrypoint. * @param {Chunk} chunk the chunk being set as the entrypoint chunk. * @returns {void}

(chunk)

Source from the content-addressed store, hash-verified

79 * @returns {void}
80 */
81 setEntrypointChunk(chunk) {
82 this._entrypointChunk = chunk;
83 }
84
85 /**
86 * Returns the chunk which contains the entrypoint modules

Callers 3

sealMethod · 0.95
addAsyncEntrypointMethod · 0.95
executeModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected