Bamieh/reflow

View on GitHub
packages/reflow-cassandra-connection/lib/connection/reflow/combination.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function insert has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  insert(input) {
    const jobsByProjectID = new models.instance.jobsByProjectId({
      project_id: models.datatypes.Long.fromString(input.jobDetails.projectID || "6366977657833263104"),
      job_id: models.datatypes.Long.fromString(input.jobDetails.id),
      threads: input.jobDetails.numberOfThreads,

    There are no issues that match your filters.

    Category
    Status