MCPcopy Create free account
hub / github.com/expr-lang/expr / Nature

Method Nature

types/types.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58type nilType struct{}
59
60func (nilType) Nature() Nature {
61 return NatureOf(nil)
62}
63
64func (nilType) Equal(t Type) bool {
65 if t == Any {

Callers

nothing calls this directly

Calls 1

NatureOfFunction · 0.85

Tested by

no test coverage detected