| 441 | |
| 442 | inline void amend(slice base, bool reuseStrings =false, bool externPointers =false); |
| 443 | slice base() const {return FLEncoder_GetBase(_enc);} |
| 444 | |
| 445 | void suppressTrailer() {FLEncoder_SuppressTrailer(_enc);} |
| 446 |
nothing calls this directly
no test coverage detected