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

Method MarshalText

tests/ff.go:1044–1046  ·  view source on GitHub ↗

MarshalText func

()

Source from the content-addressed store, hash-verified

1042
1043// MarshalText func
1044func (CText) MarshalText() ([]byte, error) {
1045 return []byte(`"<&>"`), nil
1046}
1047
1048// ErrGiveError generates error
1049var ErrGiveError = errors.New("GiveError error")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected