* Shift the current write buffer offset * @this {!Model} * @param {!number} offset Offset
(offset)
| 472 | * @param {!number} offset Offset |
| 473 | */ |
| 474 | shift (offset) { |
| 475 | this._buffer.shift(offset) |
| 476 | } |
| 477 | |
| 478 | /** |
| 479 | * Unshift the current write buffer offset |
no outgoing calls
no test coverage detected