* Mark dirty.
()
| 155 | * Mark dirty. |
| 156 | */ |
| 157 | dirty() { |
| 158 | this._setLocalSource([], []); |
| 159 | this._storeList = []; |
| 160 | this._dirty = true; |
| 161 | } |
| 162 | |
| 163 | private _setLocalSource( |
| 164 | sourceList: Source[], |
nothing calls this directly
no test coverage detected