ali2210/WizDwarf

View on GitHub
other/collection/gallery_service.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Gallery_Stream_Server.SearchPictures has 5 return statements (exceeds 4 allowed).
Open

func (c *Gallery_Stream_Server) SearchPictures(ctx context.Context, compress *Compressed) *ContentRoute {

    // if no data will provided by the client then throw error
    if reflect.DeepEqual(compress, &Compressed{}) {
        return &ContentRoute{UserAgentId: "", IsP2PAddress: false}
Severity: Major
Found in other/collection/gallery_service.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status