* Resize the current write buffer * @this {!Model} * @param {number} size Write buffer size
(size)
| 455 | * @param {number} size Write buffer size |
| 456 | */ |
| 457 | resize (size) { |
| 458 | this._buffer.resize(size) |
| 459 | } |
| 460 | |
| 461 | /** |
| 462 | * Reset the current write buffer and its offset |
no outgoing calls
no test coverage detected