grissius/protocat

View on GitHub
src/lib/server/application.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function wrapToHandler has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const wrapToHandler = (
  methodDefinition: grpc.MethodDefinition<any, any>,
  methodHandler: any
) => {
  const type = stubToType(methodDefinition)
Severity: Minor
Found in src/lib/server/application.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status