MCPcopy Index your code
hub / github.com/docker/cli / newFakeBuild

Function newFakeBuild

cli/command/image/build_test.go:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func newFakeBuild() *fakeBuild {
181 return &fakeBuild{}
182}
183
184func (f *fakeBuild) build(_ context.Context, buildContext io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error) {
185 f.context = tar.NewReader(buildContext)

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…