wkdhkr/dedupper

View on GitHub
src/services/db/DbRepairService.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fillDeepLearningTable has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  fillDeepLearningTable(hitRows: HashRow[]): Promise<any> {
    return Promise.all(
      hitRows.map(async row => {
        const fileInfo = DbService.rowToInfo(row, TYPE_IMAGE);
        // TODO: version check?
Severity: Minor
Found in src/services/db/DbRepairService.js - About 1 hr to fix

    TODO found
    Open

            // TODO: version check?
    Severity: Minor
    Found in src/services/db/DbRepairService.js by fixme

    There are no issues that match your filters.

    Category
    Status