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

Function getState

test/lib/caseFrame.js:201–203  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

199
200 // prop: renderer, dist, pagePath
201 function getState(prop) {
202 return stateGetters[prop](getCurrentPageURL());
203 }
204
205 var stateGetters = {
206 // 'canvas', 'svg'

Callers 7

updateRendererSelectorFunction · 0.85
updateDistSelectorFunction · 0.85
updateListFilterFunction · 0.85
setStateFunction · 0.85
updateListFunction · 0.85
updatePageFunction · 0.85
updatePageHintFunction · 0.85

Calls 1

getCurrentPageURLFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…