status-im/status-go

View on GitHub
services/stickers/api.go

Summary

Maintainability
A
45 mins
Test Coverage
F
4%

Function NewAPI has 8 arguments (exceeds 6 allowed). Consider refactoring.
Open

func NewAPI(ctx context.Context, acc *accounts.Database, rpcClient *rpc.Client, accountsManager *account.GethManager, pendingTracker *transactions.PendingTxTracker, keyStoreDir string, downloader *ipfs.Downloader, httpServer *server.MediaServer) *API {
Severity: Major
Found in services/stickers/api.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status