MCPcopy Create free account

hub / github.com/dundee/gdu / functions

Functions1,255 in github.com/dundee/gdu

↓ 1 callersMethodEncodeJSON
EncodeJSON encodes tar directory to JSON
pkg/analyze/tardir.go:56
↓ 1 callersMethodEncodeJSON
EncodeJSON writes JSON representation of dir
pkg/analyze/encode.go:10
↓ 1 callersMethodEncodeJSON
(writer io.Writer, topLevel bool)
pkg/analyze/stored.go:424
↓ 1 callersMethodEncodeJSON
(writer io.Writer, topLevel bool)
pkg/analyze/top_dir.go:76
↓ 1 callersFunctionExecute
Execute runs given bin path via exec.Command call
tui/exec.go:9
↓ 1 callersMethodFormatForDisplay
FormatForDisplay returns a formatted string showing the active time filters This shows what the program actually parsed and is acting on
pkg/timefilter/timefilter.go:103
↓ 1 callersMethodGetChildByName
GetChildByName returns a child item by its name and parent ID
pkg/analyze/sqlite.go:358
↓ 1 callersMethodGetDone
GetDone returns always Done
internal/testanalyze/analyze.go:75
↓ 1 callersMethodGetFiles
GetFiles returns files in directory as a sorted iterator If files are already cached, use them Otherwise load them from storage
pkg/analyze/stored.go:231
↓ 1 callersMethodGetFiles
(fs.SortBy, fs.SortOrder)
pkg/analyze/stored.go:427
↓ 1 callersMethodGetFilesLocked
GetFilesLocked returns all files in directory as a sorted iterator It is safe to call this function from multiple goroutines
pkg/analyze/file.go:173
↓ 1 callersMethodGetFilesLocked
(fs.SortBy, fs.SortOrder)
pkg/analyze/stored.go:428
↓ 1 callersMethodGetFilesLocked
(fs.SortBy, fs.SortOrder)
pkg/analyze/top_dir.go:133
↓ 1 callersMethodGetFlag
()
pkg/analyze/stored.go:414
↓ 1 callersMethodGetFlag
()
pkg/analyze/top_dir.go:68
↓ 1 callersMethodGetItemCount
()
pkg/analyze/stored.go:420
↓ 1 callersMethodGetItemCount
()
pkg/analyze/top_dir.go:72
↓ 1 callersMethodGetItemStats
( linkedItems fs.HardLinkedItems, )
pkg/analyze/stored.go:434
↓ 1 callersMethodGetItemStats
(linkedItems fs.HardLinkedItems)
pkg/analyze/top_dir.go:77
↓ 1 callersMethodGetMounts
()
pkg/device/dev.go:21
↓ 1 callersMethodGetMounts
GetMounts returns all mounted filesystems from /proc/mounts
pkg/device/dev_linux.go:22
↓ 1 callersMethodGetMounts
GetMounts returns all mounted filesystems from output of /sbin/mount
pkg/device/dev_freebsd_darwin_other.go:26
↓ 1 callersMethodGetMounts
GetMounts returns all mounted filesystems from output of /sbin/mount
pkg/device/dev_bsd.go:24
↓ 1 callersMethodGetMtime
()
pkg/analyze/stored.go:419
↓ 1 callersMethodGetMtime
()
pkg/analyze/top_dir.go:71
↓ 1 callersMethodGetMultiLinkedInode
GetMultiLinkedInode returns inode number of multilinked file
pkg/analyze/file.go:83
↓ 1 callersMethodGetMultiLinkedInode
()
pkg/analyze/stored.go:423
↓ 1 callersMethodGetMultiLinkedInode
()
pkg/analyze/top_dir.go:75
↓ 1 callersMethodGetName
GetName returns name of dir
pkg/analyze/file.go:25
↓ 1 callersMethodGetName
()
pkg/analyze/stored.go:413
↓ 1 callersMethodGetName
()
pkg/analyze/top_dir.go:55
↓ 1 callersMethodGetParent
GetParent returns the parent item
pkg/analyze/sqlite.go:589
↓ 1 callersMethodGetParent
GetParent returns parent dir
pkg/analyze/file.go:35
↓ 1 callersMethodGetParent
()
pkg/analyze/stored.go:421
↓ 1 callersMethodGetParent
()
pkg/analyze/top_dir.go:73
↓ 1 callersMethodGetParentLocked
GetParentLocked returns the in-memory parent without hitting the database. Used inside RemoveFile where storage.m is already write-locked.
pkg/analyze/sqlite.go:622
↓ 1 callersMethodGetPath
GetPath returns the virtual path for zip file
pkg/analyze/zipdir.go:28
↓ 1 callersMethodGetPath
GetPath returns the full path of the item
pkg/analyze/sqlite.go:521
↓ 1 callersMethodGetPath
GetPath returns the virtual path for tar file
pkg/analyze/tardir.go:31
↓ 1 callersMethodGetPath
()
pkg/analyze/top_dir.go:67
↓ 1 callersMethodGetProgress
()
pkg/analyze/analyzer.go:75
↓ 1 callersMethodGetProgress
GetProgress returns empty progress
internal/testanalyze/analyze.go:70
↓ 1 callersMethodGetSize
()
pkg/analyze/stored.go:416
↓ 1 callersMethodGetSize
()
pkg/analyze/top_dir.go:63
↓ 1 callersMethodGetTopDir
GetTopDir returns top directory
pkg/analyze/storage.go:46
↓ 1 callersMethodGetType
GetType returns name type of item
pkg/analyze/file.go:192
↓ 1 callersMethodGetType
GetType returns type of tar file
pkg/analyze/tardir.go:36
↓ 1 callersMethodGetType
GetType returns type of tar directory
pkg/analyze/tardir.go:46
↓ 1 callersMethodGetType
()
pkg/analyze/stored.go:417
↓ 1 callersMethodGetType
()
pkg/analyze/top_dir.go:70
↓ 1 callersMethodGetUsage
()
pkg/analyze/stored.go:418
↓ 1 callersMethodGetUsage
()
pkg/analyze/top_dir.go:30
↓ 1 callersMethodGetUsage
()
pkg/analyze/top_dir.go:59
↓ 1 callersMethodInit
Init initializes the BaseAnalyzer
pkg/analyze/analyzer.go:29
↓ 1 callersMethodIsDir
IsDir returns true if the item is a directory
pkg/analyze/sqlite.go:545
↓ 1 callersMethodIsDir
IsDir returns false for file
pkg/analyze/file.go:30
↓ 1 callersMethodIsDir
IsDir returns true for dir
pkg/analyze/file.go:204
↓ 1 callersMethodIsDir
IsDir returns true for TarDir
pkg/analyze/tardir.go:51
↓ 1 callersMethodIsDir
()
pkg/analyze/stored.go:415
↓ 1 callersMethodIsDir
()
pkg/analyze/top_dir.go:69
↓ 1 callersFunctionItemFromDirWithErr
ItemFromDirWithErr returns error
internal/testanalyze/analyze.go:100
↓ 1 callersFunctionItemFromDirWithSleep
ItemFromDirWithSleep returns error
internal/testanalyze/analyze.go:105
↓ 1 callersFunctionItemFromDirWithSleepAndErr
ItemFromDirWithSleepAndErr returns error
internal/testanalyze/analyze.go:111
↓ 1 callersMethodListDevices
ListDevices lists mounted devices and shows their disk usage
tui/actions.go:40
↓ 1 callersMethodRLock
RLock read locks dir
pkg/analyze/file.go:296
↓ 1 callersMethodRLock
()
pkg/analyze/stored.go:431
↓ 1 callersMethodRLock
()
pkg/analyze/top_dir.go:138
↓ 1 callersMethodRemoveFile
RemoveFile removes a child file, updating both in-memory stats and the database in one pass.
pkg/analyze/sqlite.go:790
↓ 1 callersMethodRemoveFile
(item fs.Item)
pkg/analyze/stored.go:432
↓ 1 callersMethodRemoveFile
(fs.Item)
pkg/analyze/top_dir.go:136
↓ 1 callersMethodRemoveFileByName
(name string)
pkg/analyze/top_dir.go:137
↓ 1 callersMethodRemoveItemAndUpdateStats
RemoveItemAndUpdateStats removes an item and updates all its ancestors' stats in the database
pkg/analyze/sqlite.go:316
↓ 1 callersMethodResetProgress
ResetProgress does nothing
internal/testanalyze/analyze.go:82
↓ 1 callersMethodSetAnalyzer
SetAnalyzer sets analyzer instance
internal/common/ui.go:26
↓ 1 callersMethodSetArchiveBrowsing
(bool)
internal/common/analyze.go:30
↓ 1 callersMethodSetArchiveBrowsing
SetArchiveBrowsing sets whether browsing of zip/jar archives is enabled
internal/common/ui.go:46
↓ 1 callersMethodSetBrowseParentDirs
SetBrowseParentDirs enables navigating above the launch directory
tui/tui.go:356
↓ 1 callersMethodSetFixedUnit
(unitChar string)
stdout/stdout.go:90
↓ 1 callersMethodSetFollowSymlinks
(bool)
internal/common/analyze.go:27
↓ 1 callersMethodSetFollowSymlinks
SetFollowSymlinks sets whether symlinks to files should be followed
internal/common/ui.go:31
↓ 1 callersMethodSetIgnoreDirPatterns
(paths []string)
cmd/gdu/app/app.go:38
↓ 1 callersMethodSetIgnoreFromFile
(ignoreFile string)
cmd/gdu/app/app.go:39
↓ 1 callersMethodSetIgnoreHidden
(value bool)
cmd/gdu/app/app.go:40
↓ 1 callersMethodSetIgnoreTypes
(types []string)
cmd/gdu/app/app.go:36
↓ 1 callersMethodSetIncludeTypes
(types []string)
cmd/gdu/app/app.go:41
↓ 1 callersMethodSetNoDeleteWithFilter
SetNoDelete disables delete when time filters are active
tui/tui.go:351
↓ 1 callersMethodSetParent
SetParent sets parent dir
pkg/analyze/file.go:40
↓ 1 callersMethodSetParent
(fs.Item)
pkg/analyze/stored.go:422
↓ 1 callersMethodSetParent
(parent fs.Item)
pkg/analyze/top_dir.go:74
↓ 1 callersMethodSetShowAnnexedSize
(bool)
internal/common/analyze.go:28
↓ 1 callersMethodSetShowAnnexedSize
SetShowAnnexedSize sets whether to use annexed size of git-annex files
internal/common/ui.go:36
↓ 1 callersMethodSetTimeFilter
(timeFilter TimeFilter)
internal/common/analyze.go:29
↓ 1 callersMethodSetTimeFilter
SetTimeFilter sets the time filter function for file inclusion
internal/common/ui.go:41
↓ 1 callersMethodSetTimeFilterWithInfo
SetTimeFilterWithInfo sets both the time filter function and stores the filter info for display
tui/tui.go:556
↓ 1 callersMethodUpdateStats
UpdateStats recursively updates size and item count
pkg/analyze/stored.go:330
↓ 1 callersMethodUpdateStats
(linkedItems fs.HardLinkedItems)
pkg/analyze/stored.go:425
↓ 1 callersMethodalreadyCounted
(linkedItems fs.HardLinkedItems)
pkg/analyze/file.go:87
↓ 1 callersFunctionbzip2CompressFunc
--------------------------------------------------------------------------- bzip2 compression helper (uses os/exec "bzip2") --------------------------
pkg/analyze/tardir_test.go:628
↓ 1 callersFunctionbzip2CompressWithCmd
()
pkg/analyze/tardir_test.go:632
↓ 1 callersMethodcheck
()
pkg/analyze/wait.go:44
← previousnext →301–400 of 1,255, ranked by callers