Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dundee/gdu
/ functions
Functions
1,255 in github.com/dundee/gdu
⨍
Functions
1,255
◇
Types & classes
80
Method
GetFilesLocked
GetFilesLocked returns children with locking
pkg/analyze/sqlite.go:785
Method
GetFilesLocked
GetFilesLocked returns all files in directory
pkg/analyze/file.go:117
Method
GetFlag
GetFlag returns flag of the file
pkg/analyze/file.go:50
Method
GetItemCount
GetItemCount returns the item count
pkg/analyze/sqlite.go:582
Method
GetItemCount
GetItemCount returns 1 for file
pkg/analyze/file.go:78
Method
GetItemCount
GetItemCount returns number of files in dir
pkg/analyze/file.go:197
Method
GetItemStats
GetItemStats returns item statistics - hard links already handled during scan
pkg/analyze/sqlite.go:745
Method
GetItemStats
GetItemStats returns 1 as count of items, apparent usage and real usage of this file
pkg/analyze/file.go:101
Method
GetItemStats
GetItemStats returns item count, apparent usage and real usage of this dir
pkg/analyze/file.go:220
Method
GetItemStats
GetItemStats returns item count, apparent usage and real usage of this dir
pkg/analyze/stored.go:324
Method
GetMounts
()
tui/keys_test.go:29
Method
GetMounts
GetMounts returns all mounted filesystems
pkg/device/dev_other.go:19
Method
GetMultiLinkedInode
GetMultiLinkedInode returns the multi-linked inode number
pkg/analyze/sqlite.go:630
Method
GetParent
GetParent returns parent dir
pkg/analyze/stored.go:211
Method
GetPath
GetPath returns absolute Get of the file
pkg/analyze/file.go:45
Method
GetPath
()
pkg/analyze/stored.go:410
Method
GetProgress
GetProgress returns empty progress
internal/common/ui_test.go:77
Method
GetType
GetType returns type of zip file
pkg/analyze/zipdir.go:33
Method
GetType
GetType returns type of zip directory
pkg/analyze/zipdir.go:44
Method
GetType
GetType returns the type of the item
pkg/analyze/sqlite.go:557
Method
GetUsage
GetUsage returns used size of device
pkg/device/dev.go:15
Method
IsDir
IsDir returns true for ZipDir
pkg/analyze/zipdir.go:49
Method
Len
()
pkg/device/dev.go:31
Method
Len
()
pkg/fs/file.go:112
Method
Len
()
pkg/fs/file.go:125
Method
Len
()
pkg/fs/file.go:138
Method
Len
()
pkg/fs/file.go:145
Method
Less
(i, j int)
pkg/device/dev.go:33
Method
Less
(i, j int)
pkg/device/dev.go:42
Method
Less
(i, j int)
pkg/fs/file.go:114
Method
Less
(i, j int)
pkg/fs/file.go:127
Method
Less
(i, j int)
pkg/fs/file.go:140
Method
Less
(i, j int)
pkg/fs/file.go:147
Method
ListDevices
ListDevices lists mounted devices and shows their disk usage
stdout/stdout.go:131
Method
ListDevices
(getter device.DevicesInfoGetter)
cmd/gdu/app/app_test.go:634
Method
ListDevices
ListDevices lists mounted devices and shows their disk usage
report/export.go:70
Function
ParseSortBy
ParseSortBy converts a string to SortBy
pkg/fs/file.go:156
Function
ParseSortOrder
ParseSortOrder converts a string to SortOrder
pkg/fs/file.go:172
Method
QueueUpdateDraw
QueueUpdateDraw does nothing
internal/testapp/app.go:87
Method
RLock
RLock returns a no-op unlock function
pkg/analyze/sqlite.go:831
Method
RLock
RLock panics on file
pkg/analyze/file.go:122
Method
ReadAnalysis
ReadAnalysis reads analysis report from JSON file
stdout/stdout.go:401
Method
ReadAnalysis
ReadAnalysis reads analysis report from JSON file
tui/actions.go:116
Method
ReadAnalysis
(input io.Reader)
cmd/gdu/app/app_test.go:636
Method
ReadAnalysis
ReadAnalysis reads analysis report from JSON file
report/export.go:75
Method
ReadFromStorage
ReadFromStorage reads analysis data from persistent key-value storage
stdout/stdout.go:230
Method
ReadFromStorage
ReadFromStorage reads analysis data from persistent key-value storage
tui/actions.go:167
Method
ReadFromStorage
(storagePath, path string)
cmd/gdu/app/app_test.go:637
Method
ReadFromStorage
ReadFromStorage reads analysis data from persistent key-value storage
report/export.go:80
Method
RemoveFile
RemoveFile panics on file
pkg/analyze/file.go:132
Method
RemoveFile
RemoveFile removes item from dir, updates size and item count
pkg/analyze/file.go:253
Method
RemoveFile
RemoveFile removes file from stored directory It also updates size and item count of parent directories
pkg/analyze/stored.go:293
Method
RemoveFileByName
RemoveFileByName removes a child by name
pkg/analyze/sqlite.go:820
Method
RemoveFileByName
RemoveFileByName panics on file
pkg/analyze/file.go:137
Method
RemoveFileByName
RemoveFileByName removes item by name from dir
pkg/analyze/file.go:302
Method
RemoveFileByName
RemoveFileByName removes file by name from stored directory
pkg/analyze/stored.go:369
Method
RemoveFileByName
(name string)
pkg/analyze/stored.go:433
Method
ResetProgress
ResetProgress resets the analyzer state
pkg/analyze/analyzer.go:71
Method
ResetProgress
ResetProgress does nothing
internal/common/ui_test.go:89
Method
Run
Run does nothing
internal/testapp/app.go:47
Method
SetAnalyzer
(analyzer common.Analyzer)
cmd/gdu/app/app_test.go:646
Method
SetArchiveBrowsing
SetArchiveBrowsing sets whether browsing of zip/jar/tar archives is enabled
pkg/analyze/analyzer.go:56
Method
SetArchiveBrowsing
SetArchiveBrowsing sets EnableArchiveBrowsing
internal/common/ui_test.go:105
Method
SetArchiveBrowsing
(value bool)
cmd/gdu/app/app_test.go:650
Method
SetBeforeDrawFunc
SetBeforeDrawFunc does nothing
internal/testapp/app.go:102
Method
SetCollapsePath
SetCollapsePath sets the flag to collapse paths
stdout/stdout.go:127
Method
SetCollapsePath
SetCollapsePath sets the flag to collapse paths
tui/tui.go:361
Method
SetCollapsePath
(value bool)
cmd/gdu/app/app_test.go:651
Method
SetCollapsePath
SetCollapsePath sets the flag to collapse paths
report/export.go:66
Method
SetFileTypeFilter
SetFileTypeFilter sets the file type filter function
pkg/analyze/analyzer.go:61
Method
SetFileTypeFilter
SetFileTypeFilter sets the file type filter function
internal/common/ui_test.go:65
Method
SetFocus
SetFocus does nothing
internal/testapp/app.go:70
Method
SetFollowSymlinks
SetFollowSymlinks sets whether symlink to files should be followed
pkg/analyze/analyzer.go:41
Method
SetFollowSymlinks
SetFollowSymlinks does nothing
internal/common/ui_test.go:92
Method
SetFollowSymlinks
(value bool)
cmd/gdu/app/app_test.go:644
Method
SetIgnoreDirPaths
(paths []string)
cmd/gdu/app/app_test.go:639
Method
SetIgnoreDirPatterns
(paths []string)
cmd/gdu/app/app_test.go:640
Method
SetIgnoreFromFile
(ignoreFile string)
cmd/gdu/app/app_test.go:641
Method
SetIgnoreHidden
(value bool)
cmd/gdu/app/app_test.go:642
Method
SetIgnoreTypes
(types []string)
cmd/gdu/app/app_test.go:638
Method
SetIncludeTypes
(types []string)
cmd/gdu/app/app_test.go:643
Method
SetInputCapture
SetInputCapture does nothing
internal/testapp/app.go:75
Method
SetMouseCapture
SetMouseCapture does nothing
internal/testapp/app.go:80
Method
SetParent
SetParent sets the parent item
pkg/analyze/sqlite.go:616
Method
SetRoot
SetRoot does nothing
internal/testapp/app.go:65
Method
SetShowAnnexedSize
SetShowAnnexedSize sets whether to use annexed size of git-annex files
pkg/analyze/analyzer.go:46
Method
SetShowAnnexedSize
SetShowAnnexedSize does nothing
internal/common/ui_test.go:97
Method
SetShowAnnexedSize
(value bool)
cmd/gdu/app/app_test.go:645
Method
SetTimeFilter
SetTimeFilter sets the time filter function for file inclusion
pkg/analyze/analyzer.go:51
Method
SetTimeFilter
SetTimeFilter does nothing
internal/common/ui_test.go:102
Method
SetTimeFilter
(timeFilter common.TimeFilter)
cmd/gdu/app/app_test.go:647
Method
StartUILoop
StartUILoop stub
stdout/stdout.go:122
Method
StartUILoop
StartUILoop starts tview application
tui/tui.go:301
Method
StartUILoop
()
cmd/gdu/app/app_test.go:652
Method
StartUILoop
StartUILoop stub
report/export.go:61
Method
Stop
Stop does nothing
internal/testapp/app.go:56
Method
Suspend
Suspend runs given function
internal/testapp/app.go:59
Method
Swap
(i, j int)
pkg/device/dev.go:32
Method
Swap
(i, j int)
pkg/device/dev.go:41
Method
Swap
(i, j int)
pkg/fs/file.go:100
← previous
next →
501–600 of 1,255, ranked by callers