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

Function makePageURL

test/lib/caseFrame.js:272–280  ·  view source on GitHub ↗
(curr)

Source from the content-addressed store, hash-verified

270 }
271
272 function makePageURL(curr) {
273 return curr.pagePath + '?' + [
274 '__RENDERER__=' + curr.renderer,
275 '__USE_DIRTY_RECT__=' + curr.useDirtyRect,
276 '__ECDIST__=' + curr.dist,
277 '__FILTER__=' + curr.listFilterName,
278 // '__CASE_FRAME__=1'
279 ].join('&');
280 }
281
282 function updateView() {
283 updateRendererSelector();

Callers 1

setStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…