bugsnag/bugsnag-js

View on GitHub
packages/electron-filestore/lib/minidump-io.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getIdentifier has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const getIdentifier = (filepath) => {
  const key = Buffer.from(lookupKey)
  // Align to nearest 8 bytes:
  // offset = {length rounded up to nearest multiple of 8}
  const byteOffset = (lookupKeyLength | 0x7) + 1
Severity: Minor
Found in packages/electron-filestore/lib/minidump-io.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status