MCPcopy Create free account
hub / github.com/brimdata/super / equal

Method equal

typevectortable.go:57–59  ·  view source on GitHub ↗
(to []Type)

Source from the content-addressed store, hash-verified

55}
56
57func (t typeVector) equal(to []Type) bool {
58 return slices.Equal(t, to)
59}
60
61func (t typeVector) equalToValues(vals []Value) bool {
62 return slices.EqualFunc(t, vals, func(typ Type, val Value) bool {

Callers 1

LookupMethod · 0.80

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected