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

Function renderFailInfo

test/-cases.js:106–110  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

104 }
105
106 function renderFailInfo(url) {
107 url = encodeHTML(url);
108 document.body.innerHTML = 'Error: This page requires a server that is able to list files when visiting'
109 + ' <a target="_blank" href="' + url + '">' + url + '</a>.';
110 }
111
112 function fetchPagePaths(content) {
113 var pageList = [];

Callers 1

runFunction · 0.85

Calls 1

encodeHTMLFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…