container/archive_windows.go
Method Container.StatPath
has 5 return statements (exceeds 4 allowed). Open
Open
func (container *Container) StatPath(resolvedPath, absPath string) (stat *containertypes.PathStat, err error) {
if container.BaseFS == "" {
return nil, errors.New("StatPath: BaseFS of container " + container.ID + " is unexpectedly empty")
}