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

Struct intValue

command/base_flags.go:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236type intValue struct {
237 hidden bool
238 target *int
239}
240
241func newIntValue(def int, target *int, hidden bool) *intValue {
242 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected