lingrino/vaku

View on GitHub
api/path_read.go

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Function extractV2Read has 5 return statements (exceeds 4 allowed).
Open

func extractV2Read(data map[string]any) map[string]any {
    if data == nil {
        return nil
    }

Severity: Major
Found in api/path_read.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status