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

Function emptyLogs

pkg/compose/pre_start_test.go:66–68  ·  pkg/compose/pre_start_test.go::emptyLogs
()

Source from the content-addressed store, hash-verified

64}
65
66func emptyLogs() client.ContainerLogsResult {
67 return io.NopCloser(bytes.NewReader(nil))
68}
69
70func TestPreStart_SuccessTwoHooksInOrder(t *testing.T) {
71 tested, apiClient := newPreStartTestService(t)

Calls

no outgoing calls

Tested by

no test coverage detected