()
| 419 | } |
| 420 | |
| 421 | func (m *Manager) markFirstSyncSettled() { |
| 422 | m.mu.Lock() |
| 423 | m.firstSyncSettled = true |
| 424 | m.mu.Unlock() |
| 425 | } |
| 426 | |
| 427 | // SnapshotChanged checks whether any config file has changed |
| 428 | // since the last reload by comparing os.Stat results against |
no test coverage detected