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

TypeAlias FileEvent

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

Source from the content-addressed store, hash-verified

27var numberOfWatches = expvar.NewInt("watch.naive.numberOfWatches")
28
29type FileEvent string
30
31func NewFileEvent(p string) FileEvent {
32 if !filepath.IsAbs(p) {

Callers 4

loopMethod · 0.85
NewFileEventFunction · 0.85
Test_BatchDebounceEventsFunction · 0.85
assertEventsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected