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

Struct uintValue

command/base_flags.go:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366type uintValue struct {
367 hidden bool
368 target *uint
369}
370
371func newUintValue(def uint, target *uint, hidden bool) *uintValue {
372 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected