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

Function updatePageHint

test/lib/caseFrame.js:355–366  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

353
354 // type: 'full' or 'short'
355 function updatePageHint(type) {
356 var pagePathInfo = getState('pagePathInfo');
357
358 var newValue = !pagePathInfo.pagePath
359 ? ''
360 : type === 'short'
361 ? (pagePathInfo.index != null ? (pagePathInfo.index + 1) + '. ' : '')
362 + (pagePathInfo.pagePath || '')
363 : testHelper.dir() + '/' + pagePathInfo.pagePath;
364
365 $(SELECTOR_CURRENT).val(newValue);
366 }
367
368})();

Callers 2

updateListSelectedHintFunction · 0.85
updateViewFunction · 0.85

Calls 1

getStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…