* Get current Block instance * * @returns {Block}
()
| 70 | * @returns {Block} |
| 71 | */ |
| 72 | public get currentBlock(): Block | undefined { |
| 73 | return this._blocks[this.currentBlockIndex]; |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Set passed Block as a current |
nothing calls this directly
no test coverage detected