go/types.Interface.IsMethodSet (method)
3 uses
go/types (current package)
call.go#L216: if !t.IsMethodSet() {
decl.go#L538: return u != nil && !u.IsMethodSet()
interface.go#L127: func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)