Mindriel/Cacher

View on GitHub
build/src/Cacher.js

Summary

Maintainability
A
0 mins
Test Coverage

Function Cacher has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

var Cacher = (function () {
    function Cacher() {
        this.heldCache = {};
        this.heldFunctor = null;
        this.heldContext = null;
Severity: Minor
Found in build/src/Cacher.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status