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

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		details.go#L103: func (db *DB) GetImportedByCount(ctx context.Context, pkgPath, modulePath string) (_ int, err error) {

	golang.org/x/pkgsite/internal/frontend
		imports.go#L109: 	numImportedBySearch, err := db.GetImportedByCount(ctx, pkgPath, modulePath)