* Sets the chunk with the entrypoint modules for an entrypoint. * @param {Chunk} chunk the chunk being set as the entrypoint chunk. * @returns {void}
(chunk)
| 79 | * @returns {void} |
| 80 | */ |
| 81 | setEntrypointChunk(chunk) { |
| 82 | this._entrypointChunk = chunk; |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Returns the chunk which contains the entrypoint modules |
no outgoing calls
no test coverage detected