AlwaysPtr will return true if receiver should always be a pointer.
(set *bool)
| 269 | |
| 270 | // AlwaysPtr will return true if receiver should always be a pointer. |
| 271 | AlwaysPtr(set *bool) bool |
| 272 | |
| 273 | // IfZeroExpr returns the expression to compare to an empty value |
| 274 | // for this type, per the rules of the `omitempty` feature. |
no outgoing calls
no test coverage detected