BinaryEncoding is the implementation of Encoding for binary encoding.
| 2046 | |
| 2047 | // BinaryEncoding is the implementation of Encoding for binary encoding. |
| 2048 | type BinaryEncoding struct{} |
| 2049 | |
| 2050 | func (b BinaryEncoding) EncodeEmpty(typ, et, kt Type, buf []byte) ([]byte, error) { |
| 2051 | switch typ { |
nothing calls this directly
no outgoing calls
no test coverage detected