()
| 1049 | } |
| 1050 | |
| 1051 | _onDataPush() { |
| 1052 | const count = arguments.length; |
| 1053 | this._sync(['_insertElements', this.getDataset().data.length - count, count]); |
| 1054 | } |
| 1055 | |
| 1056 | _onDataPop() { |
| 1057 | this._sync(['_removeElements', this._cachedMeta.data.length - 1, 1]); |
nothing calls this directly
no test coverage detected