Stats is a wrapper around stats(). It returns full available statistics.
()
| 53 | // Stats is a wrapper around stats(). |
| 54 | // It returns full available statistics. |
| 55 | func (fs FS) Stats() ([]*Stats, error) { |
| 56 | return fs.stats(true) |
| 57 | } |
| 58 | |
| 59 | // StatsWithoutPriority is a wrapper around stats(). |
| 60 | // It ignores priority_stats file, because it is expensive to read. |