MCPcopy
hub / github.com/docker/compose / isRecursiveWatcher

Function isRecursiveWatcher

pkg/watch/notify_test.go:487–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485}
486
487func isRecursiveWatcher() bool {
488 return runtime.GOOS == "darwin" || runtime.GOOS == "windows"
489}
490
491type notifyFixture struct {
492 ctx context.Context

Callers 1

TestWatchCountInnerFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected