MCPcopy Create free account
hub / github.com/cloudbase/garm / String

Method String

cmd/garm-cli/common/cobra.go:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23)
24
25func (o *OutputFormat) String() string {
26 if o == nil {
27 return ""
28 }
29 return string(*o)
30}
31
32func (o *OutputFormat) Set(value string) error {
33 switch value {

Callers 8

main.goFile · 0.45
mainFunction · 0.45
formatJobsFunction · 0.45
formatOneGiteaCredentialFunction · 0.45
resolveRepositoryFunction · 0.45
resolveOrganizationFunction · 0.45
resolveEnterpriseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected