MCPcopy
hub / github.com/hashicorp/vault / stringSliceValue

Struct stringSliceValue

command/base_flags.go:730–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730type stringSliceValue struct {
731 hidden bool
732 target *[]string
733}
734
735func newStringSliceValue(def []string, target *[]string, hidden bool) *stringSliceValue {
736 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected