model/model_interface.go

Summary

Maintainability
A
2 hrs
Test Coverage

MemoryModel has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

type MemoryModel struct {
    lines               *MemoryLines
    vehicles            *MemoryVehicles
    stopAreas           *MemoryStopAreas
    stopVisits          *MemoryStopVisits
Severity: Minor
Found in model/model_interface.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status