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

Method ContainerStatPath

pkg/mocks/mock_docker_api.go:464–470  ·  view source on GitHub ↗

ContainerStatPath mocks base method.

(arg0 context.Context, arg1 string, arg2 client.ContainerStatPathOptions)

Source from the content-addressed store, hash-verified

462
463// ContainerStatPath mocks base method.
464func (m *MockAPIClient) ContainerStatPath(arg0 context.Context, arg1 string, arg2 client.ContainerStatPathOptions) (client.ContainerStatPathResult, error) {
465 m.ctrl.T.Helper()
466 ret := m.ctrl.Call(m, "ContainerStatPath", arg0, arg1, arg2)
467 ret0, _ := ret[0].(client.ContainerStatPathResult)
468 ret1, _ := ret[1].(error)
469 return ret0, ret1
470}
471
472// ContainerStatPath indicates an expected call of ContainerStatPath.
473func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected