MCPcopy
hub / github.com/webpack/webpack / getEntrypointChunk

Method getEntrypointChunk

lib/Entrypoint.js:90–92  ·  view source on GitHub ↗

* Returns the chunk which contains the entrypoint modules * (or at least the execution of them) * @returns {Chunk} chunk

()

Source from the content-addressed store, hash-verified

88 * @returns {Chunk} chunk
89 */
90 getEntrypointChunk() {
91 return /** @type {Chunk} */ (this._entrypointChunk);
92 }
93
94 /**
95 * Replaces one member chunk with another while preserving the group's

Callers 9

visitModulesFunction · 0.80
sealMethod · 0.80
applyMethod · 0.80
walkFunction · 0.80
applyMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected