bemusic/bemuse

View on GitHub
bemuse/src/online/BatchedFetcher.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function load has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  load(md5: string): Promise<T[]> {
    if (!this.pending) {
      const set = new Set<string>()
      this.pending = {
        set,
Severity: Minor
Found in bemuse/src/online/BatchedFetcher.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status