MCPcopy
hub / github.com/webpack/webpack / getParents

Method getParents

lib/ChunkGroup.js:361–363  ·  view source on GitHub ↗

* Returns the parent chunk groups that can lead to this group. * @returns {ChunkGroup[]} returns the parents of this group

()

Source from the content-addressed store, hash-verified

359 * @returns {ChunkGroup[]} returns the parents of this group
360 */
361 getParents() {
362 return this._parents.getFromCache(getArray);
363 }
364
365 getNumberOfParents() {
366 return this._parents.size;

Callers 1

applyMethod · 0.80

Calls 1

getFromCacheMethod · 0.80

Tested by

no test coverage detected