()
| 45 | } |
| 46 | |
| 47 | func (oref ORef) IsEmpty() bool { |
| 48 | // either being empty is not valid |
| 49 | return oref.OType == "" || oref.OID == "" |
| 50 | } |
| 51 | |
| 52 | func (oref *ORef) UnmarshalJSON(data []byte) error { |
| 53 | var orefStr string |
no outgoing calls
no test coverage detected