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

Function isFunction

test/lib/ecSimpleOptionPlayer.js:25–27  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

23 return Object.prototype.toString.call(value) === '[object Array]';
24 }
25 function isFunction(value) {
26 return typeof value === 'function';
27 }
28 function getMapValue(map, key) {
29 return (key != null && hasOwn(map, key)) ? map[key] : null;
30 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…