codenautas/txt-to-sql

View on GitHub
bin/fast.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function doFast has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function doFast(params, inputBase, fastBufferingThreshold, outputStream) {
    var inStream, outStream;
    var rl;
    var preparedResult;
    return Promise.resolve().then(function() {
Severity: Major
Found in bin/fast.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status