MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / FreeSize

Method FreeSize

internal/utils/fs/stat.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (this *StatResult) FreeSize() uint64 {
69 return this.rawStat.Bfree * this.blockSize
70}
71
72func (this *StatResult) TotalSize() uint64 {
73 return this.rawStat.Blocks * this.blockSize

Callers 4

TestStatFunction · 0.80
TestStatCacheFunction · 0.80
checkDiskSpaceMethod · 0.80
updateCacheSpaceMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestStatFunction · 0.64
TestStatCacheFunction · 0.64