MCPcopy Index your code
hub / github.com/hashicorp/vault / stringValue

Struct stringValue

command/base_flags.go:508–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508type stringValue struct {
509 hidden bool
510 target *string
511 normalizers []func(string) string
512}
513
514func newStringValue(val string, target *string, hidden bool, normalizers []func(string) string) *stringValue {
515 sv := &stringValue{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected