MCPcopy Create free account
hub / github.com/pquerna/ffjson / MarshalText

Method MarshalText

tests/ff.go:1014–1016  ·  view source on GitHub ↗

MarshalText func

()

Source from the content-addressed store, hash-verified

1012
1013// MarshalText func
1014func (*RefText) MarshalText() ([]byte, error) {
1015 return []byte(`"ref"`), nil
1016}
1017
1018// UnmarshalText func
1019func (r *RefText) UnmarshalText([]byte) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected