()
| 137 | } |
| 138 | |
| 139 | func (w *Watcher) GetFullConfig() FullConfigType { |
| 140 | w.mutex.Lock() |
| 141 | defer w.mutex.Unlock() |
| 142 | return w.fullConfig |
| 143 | } |
| 144 | |
| 145 | func (w *Watcher) handleEvent(event fsnotify.Event) { |
| 146 | w.mutex.Lock() |
no outgoing calls
no test coverage detected