nikkatalnikov/apeiron

View on GitHub
streamAPI.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  constructor(type, ...args) {
    let streamInstance
    switch (type) {
      case STREAM_TYPE.HTTP:
        streamInstance = new HTTPProvider(type, ...args)
Severity: Minor
Found in streamAPI.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status