MCPcopy Index your code
hub / github.com/OpenFunction/OpenFunction / Start

Method Start

pkg/core/interface.go:31–31  ·  view source on GitHub ↗

Start to build image.

(builder *openfunction.Builder)

Source from the content-addressed store, hash-verified

29
30 // Start to build image.
31 Start(builder *openfunction.Builder) error
32 // Result get the build result.
33 // "" means build has not been completed.
34 // `Succeeded` means build completed.

Callers 6

mainFunction · 0.65
suite_test.goFile · 0.65
ReconcileMethod · 0.65
suite_test.goFile · 0.65
suite_test.goFile · 0.65

Implementers 1

builderRunpkg/core/builder/shipwright/builderrun

Calls

no outgoing calls

Tested by

no test coverage detected