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

Method BuildKitEnabled

pkg/mocks/mock_docker_cli.go:51–57  ·  view source on GitHub ↗

BuildKitEnabled mocks base method.

()

Source from the content-addressed store, hash-verified

49
50// BuildKitEnabled mocks base method.
51func (m *MockCli) BuildKitEnabled() (bool, error) {
52 m.ctrl.T.Helper()
53 ret := m.ctrl.Call(m, "BuildKitEnabled")
54 ret0, _ := ret[0].(bool)
55 ret1, _ := ret[1].(error)
56 return ret0, ret1
57}
58
59// BuildKitEnabled indicates an expected call of BuildKitEnabled.
60func (mr *MockCliMockRecorder) BuildKitEnabled() *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected