Deprecated: Do not use.
(b []byte)
| 498 | |
| 499 | // Deprecated: Do not use. |
| 500 | func (x *HtmlFormat_Code) UnmarshalJSON(b []byte) error { |
| 501 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 502 | if err != nil { |
| 503 | return err |
| 504 | } |
| 505 | *x = HtmlFormat_Code(num) |
| 506 | return nil |
| 507 | } |
| 508 | |
| 509 | // Deprecated: Use HtmlFormat_Code.Descriptor instead. |
| 510 | func (HtmlFormat_Code) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected