BlackDice/b3-chief

View on GitHub
src/core/Model.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Model has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Model(ModelType, Adapter) {
    const ModelAdapter = methods({
        get(property, dataSource) {
            const modelData = dataSource()

Severity: Major
Found in src/core/Model.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status