Skip to content

Commit

Permalink
🔖 Release v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 24, 2024
1 parent 7eb3203 commit bcb9978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/util/disk_mobile.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ package util
func NeedWarnDiskUsage(dataSize int64) bool {
return false
}

func GetDiskUsage(p string) (total, used, free uint64) {
return
}

0 comments on commit bcb9978

Please sign in to comment.