()
| 485 | } |
| 486 | |
| 487 | func isRecursiveWatcher() bool { |
| 488 | return runtime.GOOS == "darwin" || runtime.GOOS == "windows" |
| 489 | } |
| 490 | |
| 491 | type notifyFixture struct { |
| 492 | ctx context.Context |
no outgoing calls
no test coverage detected
searching dependent graphs…