Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
var
numberOfWatches = expvar.NewInt(
"watch.naive.numberOfWatches"
)
28
29
type
FileEvent string
30
31
func
NewFileEvent(p string) FileEvent {
32
if
!filepath.IsAbs(p) {
Callers
4
loop
Method · 0.85
NewFileEvent
Function · 0.85
Test_BatchDebounceEvents
Function · 0.85
assertEvents
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected