Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ kind
Function
kind
compiler/compiler.go:1350–1355 ·
view source on GitHub ↗
(t reflect.Type)
Source
from the content-addressed store, hash-verified
1348
}
1349
1350
func
kind(t reflect.Type) reflect.Kind {
1351
if
t == nil {
1352
return
reflect.Invalid
1353
}
1354
return
t.Kind()
1355
}
Callers
1
equalBinaryNode
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…