RHeactorJS/web-app

View on GitHub
js/util/model-event-connection.js

Summary

Maintainability
A
1 hr
Test Coverage

Function connect has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ModelEventConnection.prototype.connect = function (token) {
  let self = this
  if (self.source) {
    logger.appWarning('ModelEventConnection', 'already connected!')
    return self.source
Severity: Minor
Found in js/util/model-event-connection.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status