dotcloud/docker

View on GitHub
libnetwork/datastore/cache.go

Summary

Maintainability
A
35 mins
Test Coverage

Method cache.kmap has 5 return statements (exceeds 4 allowed).
Open

func (c *cache) kmap(kvObject KVObject) (kvMap, error) {
    var err error

    c.mu.Lock()
    keyPrefix := Key(kvObject.KeyPrefix()...)
Severity: Major
Found in libnetwork/datastore/cache.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status