diaspora-orm/diaspora

View on GitHub
src/model.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Model has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Model<TEntity extends IEntityAttributes> {
    public attributes: { [key: string]: _ModelDescription.FieldDescriptor };
    
    private readonly _dataSources: IDataSourceRegistry;
    public modelDesc: _ModelDescription.IModelDescription;
Severity: Minor
Found in src/model.ts - About 2 hrs to fix

TODO found
Wontfix

            // TODO: Find the source of this cast issue
Severity: Minor
Found in src/model.ts by fixme

There are no issues that match your filters.

Category
Status