Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ On
Method
On
cmd/display/json.go:74–78 ·
view source on GitHub ↗
(events ...api.Resource)
Source
from the content-addressed store, hash-verified
72
}
73
74
func
(p *jsonWriter) On(events ...api.Resource) {
75
for
_, e :=
range
events {
76
p.Event(e)
77
}
78
}
79
80
func
(p *jsonWriter) Done(_ string, _ bool) {
81
}
Callers
nothing calls this directly
Calls
1
Event
Method · 0.95
Tested by
no test coverage detected