r37r0m0d3l/vicis

View on GitHub
src/core/cast/castData.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function castData has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function castData(
  propertyToType: ICast,
  dataToSerialize: IObject,
): IObject {
  if (objectIsEmpty(propertyToType)) {
Severity: Major
Found in src/core/cast/castData.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status