Fs02/grimoire

View on GitHub
changeset/cast.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function isDeepZero has 6 return statements (exceeds 4 allowed).
Wontfix

func isDeepZero(rv reflect.Value, depth int) bool {
    if depth < 0 {
        return true
    }

Severity: Major
Found in changeset/cast.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status