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

Function isFunction

ssr/client/src/index.ts:92–94  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

90}
91
92function isFunction(value: any): value is Function {
93 return typeof value === 'function';
94}

Callers 15

hydrateFunction · 0.70
useFunction · 0.50
createGridClipPathFunction · 0.50
prepareBoxplotDataFunction · 0.50
formatLabelFunction · 0.50
getSortedIndicesFunction · 0.50
_doAnimationMethod · 0.50
renderSeriesMethod · 0.50
constructorMethod · 0.50
_showTooltipContentMethod · 0.50
_updatePositionMethod · 0.50
_formatterLabelMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…