MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / IsComparable

Method IsComparable

types/interface.go:97–97  ·  view source on GitHub ↗

IsComparable reports whether each type in interface t's type set is comparable.

()

Source from the content-addressed store, hash-verified

95
96// IsComparable reports whether each type in interface t's type set is comparable.
97func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable(nil) }
98
99// IsMethodSet reports whether the interface t is fully described by its method set.
100func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() }

Callers

nothing calls this directly

Calls 1

typeSetMethod · 0.95

Tested by

no test coverage detected