Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ TestNoEvents
Function
TestNoEvents
pkg/watch/notify_test.go:53–56 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
TestNoEvents(t *testing.T) {
54
f := newNotifyFixture(t)
55
f.assertEvents()
56
}
57
58
func
TestNoWatches(t *testing.T) {
59
f := newNotifyFixture(t)
Callers
nothing calls this directly
Calls
2
newNotifyFixture
Function · 0.85
assertEvents
Method · 0.80
Tested by
no test coverage detected