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

Method Equal

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

Source from the content-addressed store, hash-verified

48}
49
50func (anyType) Equal(t Type) bool {
51 return true
52}
53
54func (anyType) String() string {
55 return "any"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected