cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/services-wall/service-instances-wall-data-source.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(store: Store<CFAppState>, transformEntities: any[], listConfig?: IListConfig<APIResource>) {
    const paginationKey = createEntityRelationPaginationKey(serviceInstancesEntityType);
    const marketplaceAction = cfEntityCatalog.serviceInstance.actions.getMultiple(null, paginationKey);
    const userProvidedAction = cfEntityCatalog.userProvidedService.actions.getMultiple();
    const actionSchemaConfigs = [

    There are no issues that match your filters.

    Category
    Status