* Get accumulated file parts for display.
()
| 331 | * Get accumulated file parts for display. |
| 332 | */ |
| 333 | getFileParts(): FilePart[] { |
| 334 | return [...this.accumulatedFileParts]; |
| 335 | } |
| 336 | |
| 337 | /** |
| 338 | * Get reviews from metadata for display. |
no outgoing calls
no test coverage detected