go/types.MethodSet.Lookup (method)
2 uses
go/types (current package)
call.go#L691: if m := mset.Lookup(check.pkg, sel); m == nil || m.obj != obj {
methodset.go#L43: func (s *MethodSet) Lookup(pkg *Package, name string) *Selection {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)