()
| 1815 | return this.name; |
| 1816 | }, |
| 1817 | getCurrentData(){ |
| 1818 | if (this.currentData === undefined) { |
| 1819 | this.currentData = new Array(this.getDataSize()).fill(0); |
| 1820 | } |
| 1821 | return this.currentData; |
| 1822 | }, |
| 1823 | getDataSize() { |
| 1824 | return this.dataSize; |
| 1825 | }, |
no test coverage detected