trufflesuite/truffle

View on GitHub
packages/db/src/meta/pouch/adapters/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function concretize has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const concretize = <C extends Collections, N extends AdapterName>(
  options: AttachOptions<N> = {}
): ConcretizeResult<C, N> => {
  const { adapter: { name, settings } = { name: "indexeddb" } } = options;

Severity: Minor
Found in packages/db/src/meta/pouch/adapters/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status