| 585 | } |
| 586 | |
| 587 | type float64Value struct { |
| 588 | hidden bool |
| 589 | target *float64 |
| 590 | } |
| 591 | |
| 592 | func newFloat64Value(def float64, target *float64, hidden bool) *float64Value { |
| 593 | *target = def |
nothing calls this directly
no outgoing calls
no test coverage detected