reharik/dagon

View on GitHub
src/graphResolution/resolveInstance.js

Summary

Maintainability
A
1 hr
Test Coverage

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

var resolveInstance = function resolveInstance(unResDeps, resDeps, item){
    if(resDeps.find(x=>x.name === item.name && x.groupName === item.groupName) ){
        return;
    }
    if(item.json) {
Severity: Minor
Found in src/graphResolution/resolveInstance.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status