Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ Nature
Method
Nature
types/types.go:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(r rtype) Nature() Nature {
80
return
FromType(r.t)
81
}
82
83
func
(r rtype) Equal(t Type) bool {
84
if
t == Any {
Callers
nothing calls this directly
Calls
1
FromType
Function · 0.85
Tested by
no test coverage detected