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

Method _setLocalSource

src/data/helper/sourceManager.ts:163–173  ·  view source on GitHub ↗
(
        sourceList: Source[],
        upstreamSignList: string[]
    )

Source from the content-addressed store, hash-verified

161 }
162
163 private _setLocalSource(
164 sourceList: Source[],
165 upstreamSignList: string[]
166 ): void {
167 this._sourceList = sourceList;
168 this._upstreamSignList = upstreamSignList;
169 this._versionSignBase++;
170 if (this._versionSignBase > 9e10) {
171 this._versionSignBase = 0;
172 }
173 }
174
175 /**
176 * For detecting whether the upstream source is dirty, so that

Callers 2

dirtyMethod · 0.95
_createSourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected