trufflesuite/truffle

View on GitHub
packages/codec/lib/storage/read/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function readStorage has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function* readStorage(
  pointer: Pointer.StoragePointer,
  state: Evm.EvmState
): Generator<DecoderRequest, Uint8Array, Uint8Array | null> {
  const { storage } = state;
Severity: Minor
Found in packages/codec/lib/storage/read/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status