trufflesuite/truffle

View on GitHub
packages/db/src/network/query/nextPossiblyRelatedNetworks.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function process has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function* process(options: {
  relationship: "ancestor" | "descendant";
  network: IdObject<"networks">;
  alreadyTried: string[];
  disableIndex?: boolean;
Severity: Minor
Found in packages/db/src/network/query/nextPossiblyRelatedNetworks.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status