| 74 | } |
| 75 | |
| 76 | type boolPtrValue struct { |
| 77 | hidden bool |
| 78 | target *BoolPtr |
| 79 | } |
| 80 | |
| 81 | func newBoolPtrValue(def *bool, target *BoolPtr, hidden bool) *boolPtrValue { |
| 82 | val := &boolPtrValue{ |
nothing calls this directly
no outgoing calls
no test coverage detected