MCPcopy
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

resolvePathFunction · 0.85
loadModFunction · 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…