brollb/webgme-simple-nodes

View on GitHub
src/plugins/SimpleNodes/utils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function topologicalSort has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var topologicalSort = function(nodes, al) {
        var sortedNodes = [],
            edgeCounts = {},
            len = nodes.length,
            nodeId,
Severity: Minor
Found in src/plugins/SimpleNodes/utils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status