dictyBase/arangomanager

View on GitHub
query/query.go

Summary

Maintainability
A
1 hr
Test Coverage

Function GenQualifiedAQLFilterStatement has 62 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func GenQualifiedAQLFilterStatement(
    fmap map[string]string,
    filters []*Filter,
) (string, error) {
    stmts := map[string]*arraylist.List{
Severity: Minor
Found in query/query.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status