lib/network/modules/components/nodes/Cluster.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _openChildCluster has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _openChildCluster(childClusterId) {
    let childCluster = this.body.nodes[childClusterId];
    if (this.containedNodes[childClusterId] === undefined) {
      throw new Error('node with id: ' + childClusterId + ' not in current cluster');
    }
Severity: Minor
Found in lib/network/modules/components/nodes/Cluster.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status