graycoreio/daffodil

View on GitHub
libs/category/state/src/selectors/category-entities/category-entities.selector.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createCategoryFeatureSelectors has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createCategoryFeatureSelectors = <V extends DaffGenericCategory<V>>(): DaffCategoryEntitiesMemoizedSelectors<V> => {

  const entitiesSelectors = daffCategoryEntitiesAdapter<V>().getSelectors();
  const categoryFeatureState = getDaffCategoryFeatureSelector<V>().selectCategoryFeatureState;

    There are no issues that match your filters.

    Category
    Status