rsercano/mongoclient

View on GitHub
client/imports/facades/communicator/index.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function Communicator has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Communicator = function () {
  this.methods = {
    count: { selectedCollection: '', selector: {}, options: {} },
    find: { selectedCollection: '', selector: {}, cursorOptions: {}, executeExplain: false },
    dropAllCollections: { },
Severity: Major
Found in client/imports/facades/communicator/index.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status