CText implements Marshaler and returns unescaped text.
| 1039 | |
| 1040 | // CText implements Marshaler and returns unescaped text. |
| 1041 | type CText int |
| 1042 | |
| 1043 | // MarshalText func |
| 1044 | func (CText) MarshalText() ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected