| 649 | } |
| 650 | |
| 651 | type durationValue struct { |
| 652 | hidden bool |
| 653 | target *time.Duration |
| 654 | } |
| 655 | |
| 656 | func newDurationValue(def time.Duration, target *time.Duration, hidden bool) *durationValue { |
| 657 | *target = def |
nothing calls this directly
no outgoing calls
no test coverage detected