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

Method MarshalText

tests/ff.go:1028–1030  ·  view source on GitHub ↗

MarshalText val

()

Source from the content-addressed store, hash-verified

1026
1027// MarshalText val
1028func (ValText) MarshalText() ([]byte, error) {
1029 return []byte(`"val"`), nil
1030}
1031
1032// C implements Marshaler and returns unescaped JSON.
1033type C int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected