Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
444
function
isObjectNotArray(val: unknown): boolean {
445
return
isObject(val) && !isArrayLike(val);
446
}
447
448
449
class
ConditionalExpressionParsed {
Callers
2
parseOption
Function · 0.85
parseNotOption
Function · 0.85
Calls
1
isObject
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…