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

Function getImpl

src/core/impl.ts:39–46  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

37}
38
39export function getImpl(name: string) {
40 if (__DEV__) {
41 if (!implsStore[name]) {
42 error(`Implementation of ${name} doesn't exists.`);
43 }
44 }
45 return implsStore[name];
46}

Callers 2

registerMapFunction · 0.90
getMapFunction · 0.90

Calls 1

errorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…