trufflesuite/truffle

View on GitHub
packages/db/src/network/fetch/knownLatest.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function* process<
  Network extends Pick<Resource<"networks">, "id" | keyof Input<"networks">>
>(options: { network: IdObject<"networks"> }): Process<Network | undefined> {
  const {
    network: { id }
Severity: Minor
Found in packages/db/src/network/fetch/knownLatest.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status