aergoio/aergo

View on GitHub
state/statedb/statedb.go

Summary

Maintainability
A
2 hrs
Test Coverage

StateDB has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

type StateDB struct {
    lock     sync.RWMutex
    Buffer   *stateBuffer
    Cache    *storageCache
    Trie     *trie.Trie
Severity: Minor
Found in state/statedb/statedb.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status