Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ loadJSON
Function
loadJSON
test/lib/simpleRequire.js:92–96 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
90
}
91
92
function
loadJSON(url) {
93
return
loadText(url).then(
function
(text) {
94
return
JSON.parse(text);
95
});
96
}
97
98
function
loadScript(url) {
99
return
new
Promise(
function
(resolve, reject) {
Callers
1
loadMod
Function · 0.85
Calls
2
loadText
Function · 0.85
parse
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…