RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/ui-cached-collection/client/models/CachedCollectionManager.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor() {
        super();
        this.items = [];
        this._syncEnabled = false;
        this.logged = false;

    There are no issues that match your filters.

    Category
    Status