MCPcopy Create free account
hub / github.com/docker/compose / SetIn

Method SetIn

pkg/mocks/mock_docker_cli.go:234–237  ·  view source on GitHub ↗

SetIn mocks base method.

(arg0 *streams.In)

Source from the content-addressed store, hash-verified

232
233// SetIn mocks base method.
234func (m *MockCli) SetIn(arg0 *streams.In) {
235 m.ctrl.T.Helper()
236 m.ctrl.Call(m, "SetIn", arg0)
237}
238
239// SetIn indicates an expected call of SetIn.
240func (mr *MockCliMockRecorder) SetIn(arg0 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected