MCPcopy Create free account

hub / github.com/dundee/gdu / functions

Functions1,255 in github.com/dundee/gdu

MethodGetFilesLocked
GetFilesLocked returns children with locking
pkg/analyze/sqlite.go:785
MethodGetFilesLocked
GetFilesLocked returns all files in directory
pkg/analyze/file.go:117
MethodGetFlag
GetFlag returns flag of the file
pkg/analyze/file.go:50
MethodGetItemCount
GetItemCount returns the item count
pkg/analyze/sqlite.go:582
MethodGetItemCount
GetItemCount returns 1 for file
pkg/analyze/file.go:78
MethodGetItemCount
GetItemCount returns number of files in dir
pkg/analyze/file.go:197
MethodGetItemStats
GetItemStats returns item statistics - hard links already handled during scan
pkg/analyze/sqlite.go:745
MethodGetItemStats
GetItemStats returns 1 as count of items, apparent usage and real usage of this file
pkg/analyze/file.go:101
MethodGetItemStats
GetItemStats returns item count, apparent usage and real usage of this dir
pkg/analyze/file.go:220
MethodGetItemStats
GetItemStats returns item count, apparent usage and real usage of this dir
pkg/analyze/stored.go:324
MethodGetMounts
()
tui/keys_test.go:29
MethodGetMounts
GetMounts returns all mounted filesystems
pkg/device/dev_other.go:19
MethodGetMultiLinkedInode
GetMultiLinkedInode returns the multi-linked inode number
pkg/analyze/sqlite.go:630
MethodGetParent
GetParent returns parent dir
pkg/analyze/stored.go:211
MethodGetPath
GetPath returns absolute Get of the file
pkg/analyze/file.go:45
MethodGetPath
()
pkg/analyze/stored.go:410
MethodGetProgress
GetProgress returns empty progress
internal/common/ui_test.go:77
MethodGetType
GetType returns type of zip file
pkg/analyze/zipdir.go:33
MethodGetType
GetType returns type of zip directory
pkg/analyze/zipdir.go:44
MethodGetType
GetType returns the type of the item
pkg/analyze/sqlite.go:557
MethodGetUsage
GetUsage returns used size of device
pkg/device/dev.go:15
MethodIsDir
IsDir returns true for ZipDir
pkg/analyze/zipdir.go:49
MethodLen
()
pkg/device/dev.go:31
MethodLen
()
pkg/fs/file.go:112
MethodLen
()
pkg/fs/file.go:125
MethodLen
()
pkg/fs/file.go:138
MethodLen
()
pkg/fs/file.go:145
MethodLess
(i, j int)
pkg/device/dev.go:33
MethodLess
(i, j int)
pkg/device/dev.go:42
MethodLess
(i, j int)
pkg/fs/file.go:114
MethodLess
(i, j int)
pkg/fs/file.go:127
MethodLess
(i, j int)
pkg/fs/file.go:140
MethodLess
(i, j int)
pkg/fs/file.go:147
MethodListDevices
ListDevices lists mounted devices and shows their disk usage
stdout/stdout.go:131
MethodListDevices
(getter device.DevicesInfoGetter)
cmd/gdu/app/app_test.go:634
MethodListDevices
ListDevices lists mounted devices and shows their disk usage
report/export.go:70
FunctionParseSortBy
ParseSortBy converts a string to SortBy
pkg/fs/file.go:156
FunctionParseSortOrder
ParseSortOrder converts a string to SortOrder
pkg/fs/file.go:172
MethodQueueUpdateDraw
QueueUpdateDraw does nothing
internal/testapp/app.go:87
MethodRLock
RLock returns a no-op unlock function
pkg/analyze/sqlite.go:831
MethodRLock
RLock panics on file
pkg/analyze/file.go:122
MethodReadAnalysis
ReadAnalysis reads analysis report from JSON file
stdout/stdout.go:401
MethodReadAnalysis
ReadAnalysis reads analysis report from JSON file
tui/actions.go:116
MethodReadAnalysis
(input io.Reader)
cmd/gdu/app/app_test.go:636
MethodReadAnalysis
ReadAnalysis reads analysis report from JSON file
report/export.go:75
MethodReadFromStorage
ReadFromStorage reads analysis data from persistent key-value storage
stdout/stdout.go:230
MethodReadFromStorage
ReadFromStorage reads analysis data from persistent key-value storage
tui/actions.go:167
MethodReadFromStorage
(storagePath, path string)
cmd/gdu/app/app_test.go:637
MethodReadFromStorage
ReadFromStorage reads analysis data from persistent key-value storage
report/export.go:80
MethodRemoveFile
RemoveFile panics on file
pkg/analyze/file.go:132
MethodRemoveFile
RemoveFile removes item from dir, updates size and item count
pkg/analyze/file.go:253
MethodRemoveFile
RemoveFile removes file from stored directory It also updates size and item count of parent directories
pkg/analyze/stored.go:293
MethodRemoveFileByName
RemoveFileByName removes a child by name
pkg/analyze/sqlite.go:820
MethodRemoveFileByName
RemoveFileByName panics on file
pkg/analyze/file.go:137
MethodRemoveFileByName
RemoveFileByName removes item by name from dir
pkg/analyze/file.go:302
MethodRemoveFileByName
RemoveFileByName removes file by name from stored directory
pkg/analyze/stored.go:369
MethodRemoveFileByName
(name string)
pkg/analyze/stored.go:433
MethodResetProgress
ResetProgress resets the analyzer state
pkg/analyze/analyzer.go:71
MethodResetProgress
ResetProgress does nothing
internal/common/ui_test.go:89
MethodRun
Run does nothing
internal/testapp/app.go:47
MethodSetAnalyzer
(analyzer common.Analyzer)
cmd/gdu/app/app_test.go:646
MethodSetArchiveBrowsing
SetArchiveBrowsing sets whether browsing of zip/jar/tar archives is enabled
pkg/analyze/analyzer.go:56
MethodSetArchiveBrowsing
SetArchiveBrowsing sets EnableArchiveBrowsing
internal/common/ui_test.go:105
MethodSetArchiveBrowsing
(value bool)
cmd/gdu/app/app_test.go:650
MethodSetBeforeDrawFunc
SetBeforeDrawFunc does nothing
internal/testapp/app.go:102
MethodSetCollapsePath
SetCollapsePath sets the flag to collapse paths
stdout/stdout.go:127
MethodSetCollapsePath
SetCollapsePath sets the flag to collapse paths
tui/tui.go:361
MethodSetCollapsePath
(value bool)
cmd/gdu/app/app_test.go:651
MethodSetCollapsePath
SetCollapsePath sets the flag to collapse paths
report/export.go:66
MethodSetFileTypeFilter
SetFileTypeFilter sets the file type filter function
pkg/analyze/analyzer.go:61
MethodSetFileTypeFilter
SetFileTypeFilter sets the file type filter function
internal/common/ui_test.go:65
MethodSetFocus
SetFocus does nothing
internal/testapp/app.go:70
MethodSetFollowSymlinks
SetFollowSymlinks sets whether symlink to files should be followed
pkg/analyze/analyzer.go:41
MethodSetFollowSymlinks
SetFollowSymlinks does nothing
internal/common/ui_test.go:92
MethodSetFollowSymlinks
(value bool)
cmd/gdu/app/app_test.go:644
MethodSetIgnoreDirPaths
(paths []string)
cmd/gdu/app/app_test.go:639
MethodSetIgnoreDirPatterns
(paths []string)
cmd/gdu/app/app_test.go:640
MethodSetIgnoreFromFile
(ignoreFile string)
cmd/gdu/app/app_test.go:641
MethodSetIgnoreHidden
(value bool)
cmd/gdu/app/app_test.go:642
MethodSetIgnoreTypes
(types []string)
cmd/gdu/app/app_test.go:638
MethodSetIncludeTypes
(types []string)
cmd/gdu/app/app_test.go:643
MethodSetInputCapture
SetInputCapture does nothing
internal/testapp/app.go:75
MethodSetMouseCapture
SetMouseCapture does nothing
internal/testapp/app.go:80
MethodSetParent
SetParent sets the parent item
pkg/analyze/sqlite.go:616
MethodSetRoot
SetRoot does nothing
internal/testapp/app.go:65
MethodSetShowAnnexedSize
SetShowAnnexedSize sets whether to use annexed size of git-annex files
pkg/analyze/analyzer.go:46
MethodSetShowAnnexedSize
SetShowAnnexedSize does nothing
internal/common/ui_test.go:97
MethodSetShowAnnexedSize
(value bool)
cmd/gdu/app/app_test.go:645
MethodSetTimeFilter
SetTimeFilter sets the time filter function for file inclusion
pkg/analyze/analyzer.go:51
MethodSetTimeFilter
SetTimeFilter does nothing
internal/common/ui_test.go:102
MethodSetTimeFilter
(timeFilter common.TimeFilter)
cmd/gdu/app/app_test.go:647
MethodStartUILoop
StartUILoop stub
stdout/stdout.go:122
MethodStartUILoop
StartUILoop starts tview application
tui/tui.go:301
MethodStartUILoop
()
cmd/gdu/app/app_test.go:652
MethodStartUILoop
StartUILoop stub
report/export.go:61
MethodStop
Stop does nothing
internal/testapp/app.go:56
MethodSuspend
Suspend runs given function
internal/testapp/app.go:59
MethodSwap
(i, j int)
pkg/device/dev.go:32
MethodSwap
(i, j int)
pkg/device/dev.go:41
MethodSwap
(i, j int)
pkg/fs/file.go:100
← previousnext →501–600 of 1,255, ranked by callers