SYMBOL INDEX (24 symbols across 4 files) FILE: main.go constant folderSizeLimit (line 10) | folderSizeLimit = 100 * 1024 * 1024 function main (line 12) | func main() { FILE: module/linux.go function DeleteLinuxIntrusionTraces (line 10) | func DeleteLinuxIntrusionTraces() { function DeleteLinuxLargeKeepSmall (line 38) | func DeleteLinuxLargeKeepSmall() { function RestoreLinuxSmallFolders (line 64) | func RestoreLinuxSmallFolders() { function GetLinuxPaths (line 69) | func GetLinuxPaths() []string { FILE: module/utils.go constant folderSizeLimit (line 14) | folderSizeLimit = 100 * 1024 * 1024 function GetOSType (line 17) | func GetOSType() string { function CheckPermissions (line 24) | func CheckPermissions() bool { function checkWindowsPermissions (line 37) | func checkWindowsPermissions() bool { function checkLinuxPermissions (line 48) | func checkLinuxPermissions() bool { function isWindowsAdmin (line 59) | func isWindowsAdmin() bool { function deleteLargeKeepSmall (line 83) | func deleteLargeKeepSmall(smallFolders, largeFolders []string) { function restoreSmallFolders (line 121) | func restoreSmallFolders() { function deleteAllFolders (line 155) | func deleteAllFolders(smallFolders, largeFolders []string) { function checkPathsExist (line 167) | func checkPathsExist(paths []string) []string { function checkPathContents (line 180) | func checkPathContents(paths []string) []string { function checkFoldersPermissions (line 200) | func checkFoldersPermissions(folders []string) []string { function classifyPathsBySize (line 216) | func classifyPathsBySize(paths []string) ([]string, []string) { function calculatePathSize (line 231) | func calculatePathSize(path string) int64 { FILE: module/windows.go function DeleteWindowsIntrusionTraces (line 11) | func DeleteWindowsIntrusionTraces() { function DeleteWindowsLargeKeepSmall (line 39) | func DeleteWindowsLargeKeepSmall() { function RestoreWindowsSmallFolders (line 65) | func RestoreWindowsSmallFolders() { function GetWindowsFilePaths (line 70) | func GetWindowsFilePaths() []string {