MCPcopy Create free account
hub / github.com/apache/echarts / dirty

Method dirty

src/data/helper/sourceManager.ts:157–161  ·  view source on GitHub ↗

* Mark dirty.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_setLocalSourceMethod · 0.95

Tested by

no test coverage detected