ethereum/mist

View on GitHub
modules/db.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.init = () => {
  const filePath = Settings.dbFilePath;

  return Q.try(() => {
    // if db file doesn't exist then create it
Severity: Minor
Found in modules/db.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status