cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/app-sevice-bindings/app-service-binding-card/app-service-binding-card.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  private setupAsServiceInstance() {
    const serviceInstance$ = cfEntityCatalog.serviceInstance.store.getEntityService(
      this.row.entity.service_instance_guid, this.appService.cfGuid
    ).waitForEntity$;
    this.serviceInstance$ = serviceInstance$;

    There are no issues that match your filters.

    Category
    Status