Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
487
func
isRecursiveWatcher() bool {
488
return
runtime.GOOS ==
"darwin"
|| runtime.GOOS ==
"windows"
489
}
490
491
type
notifyFixture
struct
{
492
ctx context.Context
Callers
1
TestWatchCountInnerFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected