BuildKitEnabled mocks base method.
()
| 49 | |
| 50 | // BuildKitEnabled mocks base method. |
| 51 | func (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. |
| 60 | func (mr *MockCliMockRecorder) BuildKitEnabled() *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected