thi-ng/umbrella

View on GitHub
packages/transducers-binary/src/utf8.ts

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Wontfix

                    return acc;
Severity: Major
Found in packages/transducers-binary/src/utf8.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

                            return r(
                                acc,
                                fromUtf8CodePoint(
                                    ((u0 & 1) << 30) |
                                        (u1 << 24) |
Severity: Major
Found in packages/transducers-binary/src/utf8.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

                                return r(
                                    acc,
                                    fromUtf8CodePoint(
                                        ((u0 & 3) << 24) |
                                            (u1 << 18) |
Severity: Major
Found in packages/transducers-binary/src/utf8.ts - About 30 mins to fix

There are no issues that match your filters.

Category
Status