Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
getState
Function · 0.85
updatePage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected