vgno/data-shaper

View on GitHub
lib/resolve-fragment.js

Summary

Maintainability
A
1 hr
Test Coverage

Function resolveFragment has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function resolveFragment(data, fragment, options, callback) {
    var resolveValue = options.resolveValue;
    var fetchData = options.fetchData;

    var reference = fragment.reference;
Severity: Minor
Found in lib/resolve-fragment.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status