golang.org/x/pkgsite/internal/postgres.DB.IsExcluded (method)

6 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		details.go#L52: 		isExcluded, err := db.IsExcluded(ctx, mi.ModulePath)
		excluded.go#L21: func (db *DB) IsExcluded(ctx context.Context, path string) (_ bool, err error) {
		search.go#L144: 		ex, err := db.IsExcluded(ctx, r.PackagePath)

	golang.org/x/pkgsite/internal/frontend
		urlinfo.go#L197: 	excluded, err := db.IsExcluded(ctx, fullPath)

	golang.org/x/pkgsite/internal/worker
		fetch.go#L188: 	exc, err := f.DB.IsExcluded(ctx, modulePath)

	golang.org/x/pkgsite/cmd/worker
		main.go#L229: 		present, err := db.IsExcluded(ctx, prefix)