(n int64)
| 165 | } |
| 166 | |
| 167 | func progressHumanSize(n int64) string { |
| 168 | return units.HumanSizeWithPrecision(float64(n), 3) |
| 169 | } |
| 170 | |
| 171 | // localContentSize returns the total size of regular file content at path. |
| 172 | // For a regular file it returns the file size. For a directory it walks |
no outgoing calls
no test coverage detected
searching dependent graphs…