| 438 | ~Encoder() {FLEncoder_Free(_enc);} |
| 439 | |
| 440 | void setSharedKeys(SharedKeys sk) {FLEncoder_SetSharedKeys(_enc, sk);} |
| 441 | |
| 442 | inline void amend(slice base, bool reuseStrings =false, bool externPointers =false); |
| 443 | slice base() const {return FLEncoder_GetBase(_enc);} |
nothing calls this directly
no test coverage detected