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

Struct uint64Value

command/base_flags.go:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433type uint64Value struct {
434 hidden bool
435 target *uint64
436}
437
438func newUint64Value(def uint64, target *uint64, hidden bool) *uint64Value {
439 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected