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

Method GetAll

cli.go:60–62  ·  view source on GitHub ↗

GetAll returns the values of slice.

()

Source from the content-addressed store, hash-verified

58
59// GetAll returns the values of slice.
60func (opts *listValue) GetAll() []string {
61 return opts.values
62}
63
64// Len returns the amount of element in the slice.
65func (opts *listValue) Len() int {

Callers 3

RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected