| 431 | } |
| 432 | |
| 433 | type uint64Value struct { |
| 434 | hidden bool |
| 435 | target *uint64 |
| 436 | } |
| 437 | |
| 438 | func newUint64Value(def uint64, target *uint64, hidden bool) *uint64Value { |
| 439 | *target = def |
nothing calls this directly
no outgoing calls
no test coverage detected