packages/miew/src/gfx/objects/LinesObj.js

Summary

Maintainability
A
1 hr
Test Coverage

Function build has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  build(complex) {
    const geom = new BufferGeometry()
    this._atom1 = this._getAtomFromName(complex, this._id1)
    this._atom2 = this._getAtomFromName(complex, this._id2)

Severity: Minor
Found in packages/miew/src/gfx/objects/LinesObj.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status