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

Struct float64Value

command/base_flags.go:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587type float64Value struct {
588 hidden bool
589 target *float64
590}
591
592func newFloat64Value(def float64, target *float64, hidden bool) *float64Value {
593 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected