Metadata returns the data structure conforming to the CSUP specification describing the layout of vectors. This is called after all data is written and encoded by the Encode with the result marshaled to build the header section of the CSUP object. An offset is passed down into the traversal repres
(*Context, uint64)
| 25 | // that the metadata can be computed and the CSUP header written before the |
| 26 | // vector data is written via Emit. |
| 27 | Metadata(*Context, uint64) (uint64, ID) |
| 28 | Emit(w io.Writer) error |
| 29 | } |
| 30 |
no outgoing calls
no test coverage detected