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