Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getExt
Function
getExt
test/lib/simpleRequire.js:134–136 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
132
}
133
134
function
getExt(str) {
135
return
str.split(
'.'
).pop();
136
}
137
138
function
invokeFactory(factory, depsPromise) {
139
if
(typeof factory ===
'function'
) {
Callers
2
resolvePath
Function · 0.85
loadMod
Function · 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…