dotcloud/docker

View on GitHub
libnetwork/datastore/datastore.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Store.PutObjectAtomic has 5 return statements (exceeds 4 allowed).
Open

func (ds *Store) PutObjectAtomic(kvObject KVObject) error {
    ds.mu.Lock()
    defer ds.mu.Unlock()

    if kvObject == nil {
Severity: Major
Found in libnetwork/datastore/datastore.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status