graycoreio/daffodil

View on GitHub
libs/core/state/src/operation/selectors.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function daffOperationStateSelectorFactory has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function daffOperationStateSelectorFactory <
  TRootState,
  TState extends DaffOperationState = DaffOperationState
>(
  selectState: Selector<TRootState, TState>,
Severity: Minor
Found in libs/core/state/src/operation/selectors.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status