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

Struct int64Value

command/base_flags.go:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302type int64Value struct {
303 hidden bool
304 target *int64
305}
306
307func newInt64Value(def int64, target *int64, hidden bool) *int64Value {
308 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected