MCPcopy
hub / github.com/expr-lang/expr / Nature

Method Nature

types/types.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44type anyType struct{}
45
46func (anyType) Nature() Nature {
47 return FromType(nil)
48}
49
50func (anyType) Equal(t Type) bool {
51 return true

Callers

nothing calls this directly

Calls 1

FromTypeFunction · 0.85

Tested by

no test coverage detected