graycoreio/daffodil

View on GitHub
libs/core/state/src/collection/selector-factory.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function daffCollectionSelectorFactory has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const daffCollectionSelectorFactory = <
  TState,
  TMetadata extends DaffCollectionMetadata = DaffCollectionMetadata
>(
  selectCollectionState: MemoizedSelector<TState, TMetadata>,
Severity: Major
Found in libs/core/state/src/collection/selector-factory.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status