MCPcopy 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
79func (r rtype) Nature() Nature {
80 return FromType(r.t)
81}
82
83func (r rtype) Equal(t Type) bool {
84 if t == Any {

Callers

nothing calls this directly

Calls 1

FromTypeFunction · 0.85

Tested by

no test coverage detected