MCPcopy
hub / github.com/apache/echarts / _getVersionSign

Method _getVersionSign

src/data/helper/sourceManager.ts:179–181  ·  view source on GitHub ↗

* For detecting whether the upstream source is dirty, so that * the local cached source (in `_sourceList`) should be discarded.

()

Source from the content-addressed store, hash-verified

177 * the local cached source (in `_sourceList`) should be discarded.
178 */
179 private _getVersionSign(): string {
180 return this._sourceHost.uid + '_' + this._versionSignBase;
181 }
182
183 /**
184 * Always return a source instance. Otherwise throw error.

Callers 3

_createSourceMethod · 0.80
_applyTransformMethod · 0.80
_isDirtyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected