Cooomma/ksm-golang

View on GitHub
ksm/d_function.go

Summary

Maintainability
A
35 mins
Test Coverage

Method DFunction.Compute has 5 return statements (exceeds 4 allowed).
Open

func (d DFunction) Compute(R2 []byte, ask []byte) ([]byte, error) {

    if hex.EncodeToString(ask) == APPLE_TESTING_ASk {
        return hex.DecodeString(APPLE_TESTING_ASk)
    }
Severity: Major
Found in ksm/d_function.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status