(path string)
| 514 | } |
| 515 | |
| 516 | func (f *notifyFixture) watch(path string) { |
| 517 | f.paths = append(f.paths, path) |
| 518 | f.rebuildWatcher() |
| 519 | } |
| 520 | |
| 521 | func (f *notifyFixture) rebuildWatcher() { |
| 522 | // sync any outstanding events and close the old watcher |
no test coverage detected