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

Function getMapValue

test/lib/ecSimpleOptionPlayer.js:28–30  ·  view source on GitHub ↗
(map, key)

Source from the content-addressed store, hash-verified

26 return typeof value === 'function';
27 }
28 function getMapValue(map, key) {
29 return (key != null && hasOwn(map, key)) ? map[key] : null;
30 }
31
32 function create(opt) {
33 return new SimpleOptionPlayer(opt);

Callers 2

findCommonDimensionFunction · 0.85

Calls 1

hasOwnFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…