| 79 | } |
| 80 | |
| 81 | void Encoder::setSharedKeys(SharedKeys *s) { |
| 82 | _sharedKeys = s; |
| 83 | } |
| 84 | |
| 85 | void Encoder::setBase(slice base, bool markExternPointers, size_t cutoff) { |
| 86 | throwIf(_base && base, EncodeError, "There's already a base"); |
nothing calls this directly
no outgoing calls
no test coverage detected