MarshalText func
()
| 1012 | |
| 1013 | // MarshalText func |
| 1014 | func (*RefText) MarshalText() ([]byte, error) { |
| 1015 | return []byte(`"ref"`), nil |
| 1016 | } |
| 1017 | |
| 1018 | // UnmarshalText func |
| 1019 | func (r *RefText) UnmarshalText([]byte) error { |
nothing calls this directly
no outgoing calls
no test coverage detected