MCPcopy
hub / github.com/webpack/webpack / isInitial

Method isInitial

lib/Entrypoint.js:51–53  ·  view source on GitHub ↗

* Indicates whether this chunk group is loaded as part of the initial page * load instead of being created lazily. * @returns {boolean} true, when this chunk group will be loaded on initial page load

()

Source from the content-addressed store, hash-verified

49 * @returns {boolean} true, when this chunk group will be loaded on initial page load
50 */
51 isInitial() {
52 return this._initial;
53 }
54
55 /**
56 * Sets the runtimeChunk for an entrypoint.

Callers 8

iteratorBlockFunction · 0.45
canBeInitialMethod · 0.45
isOnlyInitialMethod · 0.45
getAllInitialChunksMethod · 0.45
isAvailableChunkFunction · 0.45
handlerMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected