src/core/api-next/subscription-registry.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function register has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  register<T>(
    requestFunction: (reqId: number) => void,
    cancelFunction: (reqId: number) => void | null | undefined,
    eventHandler: [
      EventName,
Severity: Major
Found in src/core/api-next/subscription-registry.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status