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

Method BuildKitEnabled

pkg/mocks/mock_docker_cli.go:60–63  ·  view source on GitHub ↗

BuildKitEnabled indicates an expected call of BuildKitEnabled.

()

Source from the content-addressed store, hash-verified

58
59// BuildKitEnabled indicates an expected call of BuildKitEnabled.
60func (mr *MockCliMockRecorder) BuildKitEnabled() *gomock.Call {
61 mr.mock.ctrl.T.Helper()
62 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BuildKitEnabled", reflect.TypeOf((*MockCli)(nil).BuildKitEnabled))
63}
64
65// Client mocks base method.
66func (m *MockCli) Client() client.APIClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected