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

Function handler

test/runTest/client/client.js:429–443  ·  view source on GitHub ↗
(newVal, oldVal)

Source from the content-addressed store, hash-verified

427
428 'runConfig.expectedSource': {
429 handler(newVal, oldVal) {
430 if (newVal === oldVal) {
431 return;
432 }
433
434 handlingSourceChange = true;
435 this.$nextTick(() => {
436 this.runConfig.expectedVersion = getVersionFromSource(
437 newVal,
438 this.versions,
439 this.nightlyVersions
440 );
441 handlingSourceChange = false;
442 });
443 },
444 deep: false
445 },
446

Callers 2

serveFunction · 0.85

Calls 1

getVersionFromSourceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…