Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scanFolder (0.21 sec)

  1. cmd/data-scanner.go

    		default:
    		}
    		f.lastUpdate = time.Now()
    	}
    }
    
    // scanFolder will scan the provided folder.
    // Files found in the folders will be added to f.newCache.
    // If final is provided folders will be put into f.newFolders or f.existingFolders.
    // If final is not provided the folders found are returned from the function.
    func (f *folderScanner) scanFolder(ctx context.Context, folder cachedFolder, into *dataUsageEntry) error {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 47.4K bytes
    - Viewed (0)
Back to top