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

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		details.go#L79: func (db *DB) GetImportedBy(ctx context.Context, pkgPath, modulePath string, limit int) (paths []string, err error) {

	golang.org/x/pkgsite/internal/frontend
		imports.go#L104: 	importedBy, err := db.GetImportedBy(ctx, pkgPath, modulePath, importedByLimit)