trufflesuite/truffle

View on GitHub
packages/db/src/project/loadCompile/compilations.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function toImmutableReferencesInputs has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function toImmutableReferencesInputs(options: {
  contracts: Contract[];
}): DataModel.ImmutableReferenceInput[] {
  const immutableReferences: DataModel.ImmutableReferenceInput[] = options.contracts
    .filter(contract => contract)
Severity: Minor
Found in packages/db/src/project/loadCompile/compilations.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status