resource/meta_value.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                if isPtr {
                    field.Set(reflect.Append(field, value))
                } else {
                    field.Set(reflect.Append(field, value.Elem()))
                }
Severity: Major
Found in resource/meta_value.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status