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

Struct boolPtrValue

command/base_flags.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type boolPtrValue struct {
77 hidden bool
78 target *BoolPtr
79}
80
81func newBoolPtrValue(def *bool, target *BoolPtr, hidden bool) *boolPtrValue {
82 val := &boolPtrValue{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected