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

Method Equal

types/types.go:64–69  ·  view source on GitHub ↗
(t Type)

Source from the content-addressed store, hash-verified

62}
63
64func (nilType) Equal(t Type) bool {
65 if t == Any {
66 return true
67 }
68 return t == Nil
69}
70
71func (nilType) String() string {
72 return "nil"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected