fission-suite/webnative

View on GitHub
src/components/depot/implementation/ipfs/node/repo.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function create has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function create(repoName: string): IPFSRepo {
  const memoryDs = new MemoryDatastore()

  return createRepo(
    repoName,
Severity: Minor
Found in src/components/depot/implementation/ipfs/node/repo.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status