search.go

Summary

Maintainability
A
1 hr
Test Coverage

Method search.clone has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (s *search) clone() *search {
    clone := search{
        db:               s.db,
        whereConditions:  make([]map[string]interface{}, len(s.whereConditions)),
        orConditions:     make([]map[string]interface{}, len(s.orConditions)),
Severity: Minor
Found in search.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status