trufflesuite/truffle

View on GitHub
packages/codec/lib/bytes/decode/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function decodeBytes has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function* decodeBytes(
  dataType: Format.Types.BytesTypeDynamic | Format.Types.StringType,
  pointer: Pointer.DataPointer,
  info: Evm.EvmInfo,
  options: DecoderOptions = {}
Severity: Minor
Found in packages/codec/lib/bytes/decode/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status