MCPcopy
hub / github.com/webpack/webpack / getChildren

Method getChildren

lib/ChunkGroup.js:316–318  ·  view source on GitHub ↗

* Returns the child chunk groups reachable from this group. * @returns {ChunkGroup[]} returns the children of this group

()

Source from the content-addressed store, hash-verified

314 * @returns {ChunkGroup[]} returns the children of this group
315 */
316 getChildren() {
317 return this._children.getFromCache(getArray);
318 }
319
320 getNumberOfChildren() {
321 return this._children.size;

Callers 2

serializeMethod · 0.80
webpack.config.jsFile · 0.80

Calls 1

getFromCacheMethod · 0.80

Tested by

no test coverage detected