Returns the encoded data. */
| 37 | |
| 38 | /** Returns the encoded data. */ |
| 39 | alloc_slice finish() {return _out.finish();} |
| 40 | |
| 41 | /** Resets the encoder so it can be used again. */ |
| 42 | void reset() {_out.reset(); _first = true;} |
nothing calls this directly
no outgoing calls
no test coverage detected