Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ rtype
Struct
rtype
types/types.go:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
type
rtype
struct
{
76
t reflect.Type
77
}
78
79
func
(r rtype) Nature() Nature {
80
return
FromType(r.t)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected