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

Method Start

pkg/watch/notify.go:40–40  ·  view source on GitHub ↗

Start watching the paths set at init time

()

Source from the content-addressed store, hash-verified

38type Notify interface {
39 // Start watching the paths set at init time
40 Start() error
41
42 // Stop watching and close all channels
43 Close() error

Callers 3

StartMethod · 0.65
rebuildWatcherMethod · 0.65

Implementers 3

naiveNotifypkg/watch/watcher_naive.go
fseventNotifypkg/watch/watcher_darwin.go
testWatcherpkg/compose/watch_test.go

Calls

no outgoing calls

Tested by 2

rebuildWatcherMethod · 0.52