emmercm/igir

View on GitHub
src/types/cache.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function save has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public async save(): Promise<void> {
    try {
      await this.saveMutex.runExclusive(async () => {
        // Clear any existing timeout
        if (this.saveToFileTimeout !== undefined) {
Severity: Minor
Found in src/types/cache.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status