freedomjs/freedom

View on GitHub
src/proxy/apiInterface.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function ApiInterface has 104 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var ApiInterface = function(def, onMsg, emit, debug) {
  var inflight = {},
      events = null,
      emitter = null,
      reqId = 0,
Severity: Major
Found in src/proxy/apiInterface.js - About 4 hrs to fix

There are no issues that match your filters.

Category
Status