dotcloud/docker

View on GitHub
distribution/xfer/transfer.go

Summary

Maintainability
A
1 hr
Test Coverage

Method transferManager.transfer has 53 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (tm *transferManager) transfer(key string, xferFunc doFunc, progressOutput progress.Output) (transfer, *watcher) {
    tm.mu.Lock()
    defer tm.mu.Unlock()

    for {
Severity: Minor
Found in distribution/xfer/transfer.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status