MCPcopy Index your code
hub / github.com/apache/echarts / isObjectNotArray

Function isObjectNotArray

src/util/conditionalExpression.ts:444–446  ·  view source on GitHub ↗
(val: unknown)

Source from the content-addressed store, hash-verified

442}
443
444function isObjectNotArray(val: unknown): boolean {
445 return isObject(val) && !isArrayLike(val);
446}
447
448
449class ConditionalExpressionParsed {

Callers 2

parseOptionFunction · 0.85
parseNotOptionFunction · 0.85

Calls 1

isObjectFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…