multiplex/multiplex.js

View on GitHub
src/lib/linq/group-by.js

Summary

Maintainability
A
35 mins
Test Coverage

Function groupIterator has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default function groupIterator(source, keySelector, elementSelector, resultSelector, comparer) {
Severity: Minor
Found in src/lib/linq/group-by.js - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status