MCPcopy Index your code
hub / github.com/apache/echarts / getSource

Method getSource

src/data/DataStore.ts:247–249  ·  view source on GitHub ↗

* Caution: even when a `source` instance owned by a series, the created data store * may still be shared by different sereis (the source hash does not use all `source` * props, see `sourceManager`). In this case, the `source` props that are not used in * hash (like `source.dimensionDe

()

Source from the content-addressed store, hash-verified

245 * thus should not be fetch here.
246 */
247 getSource(): Source {
248 return this._provider.getSource();
249 }
250
251 /**
252 * @caution Only used in dataStack.

Callers

nothing calls this directly

Calls 1

getSourceMethod · 0.65

Tested by

no test coverage detected