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

Method Build

pkg/mocks/mock_docker_compose_api.go:59–64  ·  view source on GitHub ↗

Build mocks base method.

(ctx context.Context, project *types.Project, options api.BuildOptions)

Source from the content-addressed store, hash-verified

57
58// Build mocks base method.
59func (m *MockCompose) Build(ctx context.Context, project *types.Project, options api.BuildOptions) error {
60 m.ctrl.T.Helper()
61 ret := m.ctrl.Call(m, "Build", ctx, project, options)
62 ret0, _ := ret[0].(error)
63 return ret0
64}
65
66// Build indicates an expected call of Build.
67func (mr *MockComposeMockRecorder) Build(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected