func golang.org/x/pkgsite/internal/frontend.fetchImportedByDetails

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		imports.go#L97: func fetchImportedByDetails(ctx context.Context, ds internal.DataSource, pkgPath, modulePath string) (*ImportedByDetails, error) {
		tabs.go#L89: 		return fetchImportedByDetails(ctx, ds, um.Path, um.ModulePath)