cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/cf/services/cloud-foundry-organization.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function initialiseObservables has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private initialiseObservables() {
    this.org$ = this.cfUserService.isConnectedUserAdmin(this.cfGuid).pipe(
      switchMap(isAdmin => {
        const relations = [
          createEntityRelationKey(organizationEntityType, spaceEntityType),

    There are no issues that match your filters.

    Category
    Status