Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ IsArray
Method
IsArray
checker/nature/nature.go:510–512 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
508
}
509
510
func
(n *Nature) IsArray() bool {
511
return
n.Kind == reflect.Slice || n.Kind == reflect.Array
512
}
513
514
func
(n *Nature) IsMap() bool {
515
return
n.Kind == reflect.Map
Callers
5
IsAnyOf
Method · 0.95
ComparableTo
Method · 0.95
binaryNode
Method · 0.80
builtinNode
Method · 0.80
conditionalNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected