* Returns the parent chunk groups that can lead to this group. * @returns {ChunkGroup[]} returns the parents of this group
()
| 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; |