golang.org/x/pkgsite/internal/godoc/dochtml/internal/render.packageIDs.pkgIDs (field)

7 uses

	golang.org/x/pkgsite/internal/godoc/dochtml/internal/render (current package)
		idents.go#L82: 	pkgIDs map[string]map[string]bool // map[name]map[topLevelID]bool
		idents.go#L94: 		pkgIDs:        make(map[string]map[string]bool),
		idents.go#L100: 		if _, ok := pids.pkgIDs[pkg.Name]; ok {
		idents.go#L104: 		pids.pkgIDs[pkg.Name] = make(map[string]bool)
		idents.go#L107: 				pids.pkgIDs[pkg.Name][idk.ID.String()] = true // E.g., ["io"]["Reader.Read"]
		idents.go#L324: 	if r.pkgIDs[r.name][id] {
		idents.go#L332: 		if r.pkgIDs[prefix][suffix] {