MCPcopy
hub / github.com/lima-vm/lima / ExitCode

Method ExitCode

cmd/limactl/start.go:416–418  ·  view source on GitHub ↗

ExitCode implements ExitCoder.

()

Source from the content-addressed store, hash-verified

414
415// ExitCode implements ExitCoder.
416func (exitSuccessError) ExitCode() int {
417 return 0
418}
419
420func chooseNextCreatorState(ctx context.Context, tmpl *limatmpl.Template, yq string) (*limatmpl.Template, error) {
421 for {

Callers 3

RunShellCommandMethod · 0.45
HandleExitErrorFunction · 0.45
askUserForRsyncBackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected