(fam byte, e Any)
| 71 | } |
| 72 | |
| 73 | func MarshalExprData(fam byte, e Any) ([]byte, error) { |
| 74 | return e.marshalData(fam) |
| 75 | } |
| 76 | |
| 77 | // Unmarshal fills an expression from the specified byte slice. |
| 78 | func Unmarshal(fam byte, data []byte, e Any) error { |
no test coverage detected
searching dependent graphs…