furkleindustries/sound-manager

View on GitHub
src/Manager/CollectionSubmanager.ts

Summary

Maintainability
B
4 hrs
Test Coverage

CollectionSubmanager has 36 functions (exceeds 20 allowed). Consider refactoring.
Open

export class CollectionSubmanager implements ICollectionSubmanager {
  /* Node collection */
  private __groups: IGroupsMap = getFrozenObject();
  get groups() {
    return this.__groups;
Severity: Minor
Found in src/Manager/CollectionSubmanager.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status