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

Method SetIn

pkg/mocks/mock_docker_cli.go:240–243  ·  view source on GitHub ↗

SetIn indicates an expected call of SetIn.

(arg0 any)

Source from the content-addressed store, hash-verified

238
239// SetIn indicates an expected call of SetIn.
240func (mr *MockCliMockRecorder) SetIn(arg0 any) *gomock.Call {
241 mr.mock.ctrl.T.Helper()
242 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetIn", reflect.TypeOf((*MockCli)(nil).SetIn), arg0)
243}
244
245// TracerProvider mocks base method.
246func (m *MockCli) TracerProvider() trace.TracerProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected