MCPcopy
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
74func (p *jsonWriter) On(events ...api.Resource) {
75 for _, e := range events {
76 p.Event(e)
77 }
78}
79
80func (p *jsonWriter) Done(_ string, _ bool) {
81}

Callers

nothing calls this directly

Calls 1

EventMethod · 0.95

Tested by

no test coverage detected