dotcloud/docker

View on GitHub
daemon/graphdriver/fsdiff.go

Summary

Maintainability
A
45 mins
Test Coverage

Method NaiveDiffDriver.Diff has 7 return statements (exceeds 4 allowed).
Open

func (gdw *NaiveDiffDriver) Diff(id, parent string) (arch io.ReadCloser, err error) {
    startTime := time.Now()
    driver := gdw.ProtoDriver

    layerRootFs, err := driver.Get(id, "")
Severity: Major
Found in daemon/graphdriver/fsdiff.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status