func()

in pkg/filesystem/file_watcher.go [114:117]


func (f *FileWatcher) runWorker(ctx context.Context) {
	for f.processNextWorkItem(ctx) {
	}
}