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

Function getCurrentPageURL

test/lib/caseFrame.js:292–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 }
291
292 function getCurrentPageURL() {
293 return decodeURIComponent(
294 (location.hash || '').replace(/^#/, '')
295 );
296 }
297
298 function updateList() {
299 var html = [];

Callers 2

getStateFunction · 0.85
updatePageFunction · 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…