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

Function getMap

src/core/echarts.ts:3335–3338  ·  view source on GitHub ↗
(mapName: string)

Source from the content-addressed store, hash-verified

3333}
3334
3335export function getMap(mapName: string) {
3336 const getMap = getImpl('getMap');
3337 return getMap && getMap(mapName);
3338}
3339
3340export const registerTransform = registerExternalTransform;
3341

Callers

nothing calls this directly

Calls 1

getImplFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…