MCPcopy
hub / github.com/genuinetools/img / String

Method String

cli.go:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (opts *listValue) String() string {
38 if len(opts.values) == 0 {
39 return ""
40 }
41
42 return fmt.Sprintf("%v", opts.values)
43}
44
45// Set validates if needed the input value and adds it to the
46// internal slice.

Callers 8

reexecFunction · 0.80
validateTagFunction · 0.80
PushMethod · 0.80
RemoveImageMethod · 0.80
PullMethod · 0.80
SaveImageMethod · 0.80
TagImageMethod · 0.80
UnpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected