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

TypeAlias CText

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

CText implements Marshaler and returns unescaped text.

Source from the content-addressed store, hash-verified

1039
1040// CText implements Marshaler and returns unescaped text.
1041type CText int
1042
1043// MarshalText func
1044func (CText) MarshalText() ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected