* Returns the async dependency blocks that create or reference this group. * @returns {AsyncDependenciesBlock[]} an array containing the blocks
()
| 412 | * @returns {AsyncDependenciesBlock[]} an array containing the blocks |
| 413 | */ |
| 414 | getBlocks() { |
| 415 | return this._blocks.getFromCache(getArray); |
| 416 | } |
| 417 | |
| 418 | getNumberOfBlocks() { |
| 419 | return this._blocks.size; |
nothing calls this directly
no test coverage detected