MarshalJSON func
()
| 990 | |
| 991 | // MarshalJSON func |
| 992 | func (*Ref) MarshalJSON() ([]byte, error) { |
| 993 | return []byte(`"ref"`), nil |
| 994 | } |
| 995 | |
| 996 | // UnmarshalJSON func |
| 997 | func (r *Ref) UnmarshalJSON([]byte) error { |
nothing calls this directly
no outgoing calls
no test coverage detected