DIPAddr is the IPAddr Datum.
| 726 | |
| 727 | // DIPAddr is the IPAddr Datum. |
| 728 | type DIPAddr struct { |
| 729 | ipaddr.IPAddr |
| 730 | } |
| 731 | |
| 732 | // ResolvedType implements the TypedExpr interface. |
| 733 | func (*DIPAddr) ResolvedType() *types.T { |
nothing calls this directly
no outgoing calls
no test coverage detected