Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ fakeSyncer
Struct
fakeSyncer
pkg/compose/watch_test.go:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
type
fakeSyncer
struct
{
184
synced
chan
[]*sync.PathMapping
185
}
186
187
func
newFakeSyncer() *fakeSyncer {
188
return
&fakeSyncer{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected