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

Method Build

pkg/mocks/mock_docker_compose_api.go:67–70  ·  view source on GitHub ↗

Build indicates an expected call of Build.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

65
66// Build indicates an expected call of Build.
67func (mr *MockComposeMockRecorder) Build(ctx, project, options any) *gomock.Call {
68 mr.mock.ctrl.T.Helper()
69 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Build", reflect.TypeOf((*MockCompose)(nil).Build), ctx, project, options)
70}
71
72// Commit mocks base method.
73func (m *MockCompose) Commit(ctx context.Context, projectName string, options api.CommitOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected